Commit graph

25555 commits

Author SHA1 Message Date
Stefan Monnier
583a15bb15 Require CL.
(compilation-mode-font-lock-keywords): Re-install the "line as function" patch.
2004-04-07 19:34:11 +00:00
Daniel Pfeiffer
f6164cdd52 (compilation-warning-face, compilation-info-face, compilation-skip-threshold)
(compilation-skip-visited, compilation-context-lines): Declare :version when added to Emacs.
(compilation-error-regexp-alist-alist): Extend caml and irix.
(compilation-setup): Fix if font-locked w/o font-lock-defaults.
(compilation-mode-font-lock-keywords): Temporarily undo line as function patch, which wasn't ready.
2004-04-07 12:57:04 +00:00
Kenichi Handa
3a8b699318 (latin1-display-setup): Check each character is displayable or not
instead of calling latin1-display-check-font.
2004-04-07 07:38:13 +00:00
Vinicius Jose Latorre
f88aa6e56e printing doc fix. 2004-04-06 02:58:04 +00:00
Kenichi Handa
3699afe8a5 (ethio-sera-being-called-by-w3): New
variable.
(ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
instead of sera-being-called-by-w3.
(ethio-fidel-to-sera-buffer): Likewise.
(ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
instead of sera-being-called-by-w3.
(ethio-write-file): Likewise.
2004-04-05 23:30:44 +00:00
Nick Roberts
614963bafc (gdb-use-inferior-io-buffer): New option.
(gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
(gdb-setup-windows): Only use separate IO buffer if required.
2004-04-05 21:45:28 +00:00
Nick Roberts
38e33352d8 *** empty log message *** 2004-04-05 21:44:38 +00:00
Kim F. Storm
c953fe1bac *** empty log message *** 2004-04-05 21:40:02 +00:00
Kim F. Storm
6781410f61 (term-is-xemacs): Remove.
(term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
(term-window-width): New function.
(term-mode, term-check-size): Use it.
(term-mode): Disable overflow-newline-into-fringe in term buffer.
2004-04-05 21:34:05 +00:00
Per Abrahamsen
8e4d1662d2 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
* cus-edit.el (custom-add-parent-links): Changed unbound variable
	`symbol' to `name'.
2004-04-05 17:21:09 +00:00
Jesper Harder
ab2f22adc0 (info-apropos): New function.
(Info-mode-menu): Add it.
(Info-find-node, Info-find-node-2): Grok apropos virtual file.
2004-04-05 12:40:56 +00:00
Jesper Harder
1d0a6ebb50 (help-make-xrefs): Recognize aliased variable with
inherited docstring.
2004-04-05 12:09:53 +00:00
Jesper Harder
cbfbd37df5 (gamegrid-add-score-insecure): Use sort-fields. 2004-04-05 11:57:14 +00:00
Vinicius Jose Latorre
6411a60a71 ebnf2ps 4.2 2004-04-05 02:00:42 +00:00
Miles Bader
074930457d Changes from arch/CVS synchronization 2004-04-05 01:58:47 +00:00
Vinicius Jose Latorre
728df3d91c Parser for DTD (Data Type Definition for XML). 2004-04-05 01:48:53 +00:00
Luc Teirlinck
1f41bcba72 (auto-revert-handler): If point (or a window point) is at the end of
the buffer, keep it there after reverting.  This allows to tail a file.
Mention this in the `Commentary'.
2004-04-05 01:09:37 +00:00
Luc Teirlinck
8c5fe07fa2 (format-write-file): Add optional argument CONFIRM and make it behave
like the analogous argument to `write-file'.
2004-04-05 00:52:10 +00:00
Eli Zaretskii
361535c2a9 Remove my incorrect email address. 2004-04-04 21:45:39 +00:00
Eli Zaretskii
a6eeaa811c Update my email address. 2004-04-04 21:38:56 +00:00
Eli Zaretskii
c19942680d *** empty log message *** 2004-04-04 21:32:05 +00:00
Eli Zaretskii
a9dfccd6ae (timeclock-relative)
(timeclock-get-project-function, timeclock-get-workday-function)
(timeclock-query-out, timeclock-when-to-leave)
(timeclock-when-to-leave-string, timeclock-log-data)
(timeclock-generate-report, timeclock-in): Doc fixes.
2004-04-04 21:30:49 +00:00
Stefan Monnier
8b44bc0665 (fill-comment-paragraph): Obey indent-tabs-mode. 2004-04-04 20:18:44 +00:00
Stefan Monnier
c536bb3944 (font-lock): Don't require any more.
(compilation-error-properties, compilation-start, compilation-sentinel)
(compilation-filter, next-error): Use with-current-buffer.
(compilation-skip-to-next-location, compilation-skip-threshold)
(compilation-skip-visited): Move to silence the byte-compiler.
(compilation-setup): Simplify.
(compilation-next-error): Use line-(beginning|end)-position.
Make sure `pt' is non-nil before using compilation-loop.
(compile-goto-error): Add optional event arg.  Use it.
(compile-mouse-goto-error): Make it an alias of compile-goto-error.
(compilation-minor-mode-map, compilation-shell-minor-mode-map):
Update the binding for mouse-2.
(first-error): Set compilation-current-error to nil rather than bob.
(compilation-parsing-end, compilation-parse-errors-function)
(compilation-error-list, compilation-old-error-list):
"New" compatibility variables.
(compile-buffer-substring, compilation-compat-error-properties)
(compilation-compat-parse-errors, compilation-forget-errors):
New compatibility functions.
(compilation-mode-font-lock-keywords): Use them.
2004-04-04 12:56:01 +00:00
Miles Bader
e5566bd545 Resolve CVS conflicts 2004-04-04 04:44:10 +00:00
Stefan Monnier
1051f1d82c Don't require url-auto. 2004-04-04 03:10:58 +00:00
Stefan Monnier
aa81d8d24a *** empty log message *** 2004-04-04 01:27:13 +00:00
Stefan Monnier
8c8b8430b5 Initial revision 2004-04-04 01:21:46 +00:00
Andreas Schwab
5c84686c48 (diff-mode): Fix missing quote. 2004-04-03 20:02:16 +00:00
Juri Linkov
35aeddc47b *** empty log message *** 2004-04-03 04:42:43 +00:00
Juri Linkov
4eb5945040 (describe-property-list): Add `font-lock-face'. 2004-04-03 04:19:53 +00:00
Juri Linkov
f16bcc9ae4 (dired-font-lock-keywords): Fix permission regexps. 2004-04-03 04:19:13 +00:00
Jan Djärv
bcfa9925a6 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text): Use
utf-16le on little endian machines and utf-16be otherwise.
2004-04-02 17:29:52 +00:00
David Kastrup
78cfc6adfc (browse-url-generic): Use call-process
instead of start-process to allow browsers that fork and detach.
2004-04-02 14:33:08 +00:00
David Kastrup
6555a8dd3e *** empty log message *** 2004-04-02 14:32:48 +00:00
Daniel Pfeiffer
e5c644da12 message deletion note added to M-x compile 2004-04-01 10:48:40 +00:00
Daniel Pfeiffer
51c8ad03e0 C-x ` fixes 2004-04-01 10:42:04 +00:00
Vinicius Jose Latorre
38253bba66 Var initialization fix. 2004-04-01 02:29:00 +00:00
Luc Teirlinck
04e08b8c2e *** empty log message *** 2004-04-01 02:14:01 +00:00
Luc Teirlinck
71c8db4cd5 Delete obsolete autoload's and defvar's.
(auto-revert-check-vc-info): New variable.
(auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
(auto-revert-handler-vc): Delete.
(auto-revert-handler): Treat return value `fast' of
buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
2004-04-01 01:37:03 +00:00
Luc Teirlinck
012ad4a3f8 (Buffer-menu-mode): Make the buffer-stale-function return `fast'. 2004-04-01 01:23:36 +00:00
Luc Teirlinck
8b0b693286 (buffer-stale-function): Doc change. 2004-04-01 01:20:20 +00:00
Nick Roberts
188590b578 (gdb-view-source-function, gdb-view-assembler)
(gdb-source-info): Don't display source at startup, if required.
(gdb-show-main): New option.
(gdba): Update documentation.
(gdb-source): Cover case of auto-display output.
2004-03-31 23:47:22 +00:00
Miles Bader
4c8919e06e Resolve CVS conflicts 2004-03-31 23:46:42 +00:00
Nick Roberts
606ebcd177 *** empty log message *** 2004-03-31 23:46:23 +00:00
Juri Linkov
3ccd316045 (dired-do-touch): New fun.
(dired-do-chxxx): Add argument -t for touch operation.
2004-03-31 16:33:00 +00:00
Juri Linkov
57654b8c0c Add autoload for `dired-do-touch'.
(dired-touch-program): New var.
(dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
(dired-no-confirm): Add `touch' to docstring.
2004-03-31 16:29:46 +00:00
Juri Linkov
43ee73f576 (dired-mark-sexp): Replace hard-coded month names with `dired-move-to-filename-regexp'. 2004-03-31 16:09:18 +00:00
Juri Linkov
778f4651d5 (dired-move-to-filename-regexp): Add . to HH:MM. 2004-03-31 16:06:43 +00:00
Vinicius Jose Latorre
1ede99a8ec Write a buffer if and only if the buffer was modified. 2004-03-31 01:33:26 +00:00