annotate nt/ftime-nostartup.bat @ 68731:85be285e3494

(rcirc-startup-channels-alist): Add irc.freenode.net and #emacs as defaults. (rcirc-ignore-all-activity-flag): Remove variable. (rcirc-authinfo): New variable. (rcirc-authinfo-filename): Remove variable. (rcirc-always-use-server-buffer-flag): New flag. (rcirc): M-x rcirc will automatically connect without prompting. C-u M-x rcirc will prompt. Use rcirc-connect to create a connection in lisp. (rcirc-process-server-response-1): Remove everything but the nick portion of the sender so it doesn't need to be done everywhere else. Update related code. (global-map): Remove global keybindings. (rcirc-get-buffer-create): Make sure rcirc-topic is set. (rcirc-send-input): Split into several functions. (rcirc-process-input-line, rcirc-process-message, rcirc-process-command): New functions. (rcirc-target-buffer): Add function to determine where to route messages. (rcirc-user-nick): Save match data. (rcirc-toggle-ignore-buffer-activity) (rcirc-update-activity-string): Remove global ignore functionality, which can be done now by toggling rcirc-track-minor-mode. (rcirc-track-minor-mode-map): New keymap. (rcirc-track-minor-mode): New minor-mode. (ignore): Make the ignore output nicer. Always print it when adding or removing nicks. (rcirc-url-regexp): Improve. (rcirc-mangle-text): Remove properties before using text in the modeline. (rcirc-authenticate): Authentication data comes from rcirc-authinfo, not the file pointed to by rcirc-authinfo-file. (rcirc-server-prefix): Inherit from rcirc-server.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 08 Feb 2006 17:36:36 +0000
parents 93ce5f375b46
children 375f2633d815 ef719132ddfa
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
41276
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
1 @echo off
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
2 if (%1)==() echo Usage: %0 tracefile
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
3 if (%1)==() goto done
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
4 rem Need to fiddle with the dumped image so prep doesn't break it
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
5 obj\i386\preprep ..\src\obj\i386\emacs.exe ..\src\obj\i386\pemacs.exe
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
6 copy ..\src\obj\i386\temacs.map ..\src\obj\i386\pemacs.map
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
7 rem -----------------------------------------------------------------
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
8 rem Use this version to profile explicit commands only.
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
9 rem prep /om /ft /sf _Fexecute_extended_command ..\src\obj\i386\pemacs
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
10 rem -----------------------------------------------------------------
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
11 rem Use this version to ignore startup code
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
12 prep /om /ft /sf _command_loop_1 ..\src\obj\i386\pemacs
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
13 rem -----------------------------------------------------------------
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
14 rem Use this version to include startup code
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
15 rem prep /om /ft ..\src\obj\i386\pemacs
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
16 rem -----------------------------------------------------------------
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
17 if errorlevel 1 goto done
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
18 profile ..\src\obj\i386\pemacs %2 %3 %4 %5 %6 %7 %8 %9
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
19 if errorlevel 1 goto done
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
20 prep /m ..\src\obj\i386\pemacs
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
21 if errorlevel 1 goto done
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
22 plist ..\src\obj\i386\pemacs > %1
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
23 :done
52414
93ce5f375b46 Fix some DOS line-ending inconsistencies introduced with arch-tag:
Miles Bader <miles@gnu.org>
parents: 52401
diff changeset
24
93ce5f375b46 Fix some DOS line-ending inconsistencies introduced with arch-tag:
Miles Bader <miles@gnu.org>
parents: 52401
diff changeset
25 goto skipArchTag
93ce5f375b46 Fix some DOS line-ending inconsistencies introduced with arch-tag:
Miles Bader <miles@gnu.org>
parents: 52401
diff changeset
26 arch-tag: 927c5199-a8a3-4cf0-ab56-62b66fc6520d
93ce5f375b46 Fix some DOS line-ending inconsistencies introduced with arch-tag:
Miles Bader <miles@gnu.org>
parents: 52401
diff changeset
27 :skipArchTag