Daniel Pfeiffer
7179694039
(cc-other-file-alist): Bring it in line with cc-mode's auto-mode-alist entries and use \' instead of $.
2004-10-26 21:39:34 +00:00
Daniel Pfeiffer
4456f9649b
(sgml-mode): Fix imenu-generic-expression and add "Id" and "Name" submenus to it.
2004-10-26 21:38:57 +00:00
Daniel Pfeiffer
8522009efb
(imenu--generic-function): Skip matches in comments.
2004-10-26 21:38:09 +00:00
Jay Belanger
8cb77f98f0
(calc-match): Use an extra argument instead of `interactive-p'.
2004-10-26 19:09:40 +00:00
Jay Belanger
1f5a0f5d5d
(calc-other-window): Use an extra argument instead of `interactive-p'.
2004-10-26 19:06:24 +00:00
Jay Belanger
577e1b7491
(calc,full-calc, calc-quit, calc-keypad, full-calc-keypad)
...
(calc-trail-display): Use an extra argument instead of `interactive-p'.
2004-10-26 19:05:53 +00:00
Kim F. Storm
4cf9f027a1
(describe-key): Describe both down-event and up-event
...
for a mouse click.
2004-10-26 12:59:44 +00:00
Kim F. Storm
c86364354c
*** empty log message ***
2004-10-26 12:59:20 +00:00
Richard M. Stallman
fb2496f408
*** empty log message ***
2004-10-26 09:02:33 +00:00
Richard M. Stallman
ce5568bf19
(woman): Don't call interactive-p.
2004-10-26 08:36:11 +00:00
Richard M. Stallman
060a33bb97
(pcomplete): Instead of interactive-p,
...
use an arg set non-nil by the interactive spec.
2004-10-26 08:33:14 +00:00
Richard M. Stallman
da67fa9af8
(menu-bar-make-toggle): Instead of interactive-p,
...
use an arg set non-nil by the interactive spec.
2004-10-26 08:31:40 +00:00
Richard M. Stallman
1d3b75d82e
(Man-cleanup-manpage): Instead of interactive-p,
...
use an arg set non-nil by the interactive spec.
2004-10-26 08:27:26 +00:00
Stefan Monnier
b119fdd59d
(tex-font-lock-keywords-1): Fix up the spurious
...
verbatim face on the \ of \end{verbatim}.
2004-10-25 20:35:24 +00:00
Masatake YAMATO
e3c9b21e83
* progmodes/flymake.el (flymake-split-string): Use
...
`flymake-split-string-remove-empty-edges' in any case.
* progmodes/flymake.el (flymake-err-line-patterns):
Use `compilation-error-regexp-alist-alist' instead of
`compilation-error-regexp-alist'.
2004-10-25 16:58:46 +00:00
Stefan Monnier
f328b6c4ee
*** empty log message ***
2004-10-25 16:05:27 +00:00
Jay Belanger
967d58da3e
*** empty log message ***
2004-10-25 14:02:33 +00:00
Jay Belanger
b89c5b7158
(calc-digit-dots): Inhibit read-only before erasing minibuffer.
2004-10-25 13:57:20 +00:00
Simon Josefsson
d7aea84035
* subr.el (read-passwd): Move to net/password.el.
...
* net/password.el (read-passwd): Add. Autoload it.
2004-10-25 13:22:17 +00:00
Kai Großjohann
85af630d59
(process-file): Fix logic.
2004-10-25 08:31:52 +00:00
Kai Großjohann
3acd2c4f88
(mouse-sel-mode): Specify custom group.
2004-10-25 08:29:12 +00:00
Kenichi Handa
832fe7204e
(x-set-cut-buffer): Cancel previous change.
2004-10-25 00:46:04 +00:00
Kenichi Handa
c0f7266a85
(x-set-cut-buffer): Encode STRING if necessary.
2004-10-25 00:22:02 +00:00
Kim F. Storm
b0915a3104
Clean whitespace.
2004-10-24 21:07:38 +00:00
Luc Teirlinck
6faab05fa2
(set-left-margin, set-right-margin): Delete redundant code.
...
(increase-right-margin): Remove erroneous call to `interactive-p'.
2004-10-24 21:01:20 +00:00
Kim F. Storm
d1eb6c47fa
(describe-mode): Fix 2004-10-13 change.
...
Copy pure "Auto Fill" string so it can be propertized later
without causing a read-only error.
2004-10-24 20:35:12 +00:00
Kim F. Storm
4a2ca8dd70
Reorder entries.
2004-10-24 20:34:49 +00:00
Luc Teirlinck
f254e21f8c
(Info-find-emacs-command-nodes): Adapt to Texinfo-4.7 style indexes.
2004-10-24 18:36:28 +00:00
Kai Großjohann
8de40f9f3b
(process-file): Accept nil for INFILE. Reported by
...
Luc Teirlinck.
2004-10-24 09:06:05 +00:00
Masatake YAMATO
3988d9c612
* progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords): Handle
...
periods and underscores in a function name.
Remove the address fontification.
2004-10-24 00:25:21 +00:00
Nick Roberts
f4733d22e6
(asm-font-lock-keywords): Use font-lock-variable-name-face for registers.
2004-10-23 22:04:13 +00:00
Nick Roberts
fad137cd63
(gdb-get-create-buffer): Allow modes to run
...
kill-all-local-variables.
(gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
(gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode): Use
kill-all-local-variables and provide mode-hooks.
(gdb-assembler-font-lock-keywords): New font lock keywords
definition.
(gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
Suggested by Masatake YAMATO <jet@gyve.org>.
2004-10-23 22:00:48 +00:00
Nick Roberts
135a6e29d5
*** empty log message ***
2004-10-23 21:59:07 +00:00
John Paul Wallington
818f3c458e
(ibuffer-kill-line): Set arg `interactive-p' in interactive spec
...
rather than use function `interactive-p'.
2004-10-23 19:58:27 +00:00
John Paul Wallington
fe78af29de
(ibuffer-find-file): Remove interactive-p' call;
wildcards' set to t
...
in interactive spec.
2004-10-23 19:52:52 +00:00
Kai Großjohann
0457dd5538
* simple.el (process-file): New function, similar to call-process
...
but supports file handlers.
* vc.el (vc-do-command): Use it, instead of call-process.
* net/tramp-vc.el (vc-do-command): Do not advise it if
process-file is fboundp.
* net/tramp.el (tramp-file-name-handler-alist): Add entry for
process-file.
(tramp-handle-process-file): New function.
(tramp-file-name-for-operation): Support process-file.
2004-10-23 19:52:18 +00:00
Glenn Morris
f2aa54499e
From Ulf Jasper <ulf.jasper@web.de>:
...
(icalendar--weekday-array): New constant.
(icalendar-weekdayabbrev-table)
(icalendar-monthnumber-table): Delete.
(icalendar--get-month-number): Use calendar-month-name-array.
(icalendar--get-weekday-number): New function.
(icalendar--get-weekday-abbrev) Use calendar-day-name-array.
(icalendar-export-region): Handle multi-line entries.
(icalendar--convert-ical-to-diary): Use calendar-day-name-array.
2004-10-23 16:13:06 +00:00
Glenn Morris
45af6ed7f7
*** empty log message ***
2004-10-23 16:12:13 +00:00
John Paul Wallington
1818237f48
*** empty log message ***
2004-10-23 10:19:56 +00:00
John Paul Wallington
33a584e6d6
(ibuffer-jump-to-buffer): Read buffer name in interactive spec rather
...
than use `interactive-p' in body of function.
2004-10-23 10:11:17 +00:00
Kenichi Handa
d0ee2ed32e
*** empty log message ***
2004-10-22 13:17:31 +00:00
Kenichi Handa
0e86dca11a
(translate-region): Implement it in Lisp
...
as a front end of translate-region-internal.
2004-10-22 13:10:23 +00:00
Miles Bader
d5ddd795bd
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-633
...
Merge from gnus--rel--5.10
Patches applied:
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-57
- miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-58
Update from CVS
2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
running the major-mode function.
2004-10-21 Kevin Greiner <kevin.greiner@compsol.cc>
* lisp/gnus/gnus-start.el (gnus-convert-old-newsrc): Two of the converters
have been backported to 'Gnus v5.11' from 'No Gnus v0.2'. Added a
boolean check to not apply converters that apply to future
versions of gnus.
2004-10-21 23:10:28 +00:00
Stefan Monnier
13376c7830
(tex-compilation-parse-errors): Don't output messages.
2004-10-21 22:26:06 +00:00
Jay Belanger
23b24d6336
*** empty log message ***
2004-10-21 19:25:36 +00:00
Jay Belanger
1480882c5f
(calc-alg-ent-map, calc-alg-ent-esc-map): Declared these variables
...
with defvar.
(calc-do-alg-entry): Since `calc-alg-ent-map' is bound, only check to
see if it is non-nil.
2004-10-21 19:20:11 +00:00
Stefan Monnier
22101fbb14
(calc-describe-bindings): Fix last change.
2004-10-21 19:09:46 +00:00
Jay Belanger
6e237e7298
(calc-graph-init): Use `set-process-query-on-exit-flag'
2004-10-21 15:41:15 +00:00
Miles Bader
32c3cab6e3
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-631
...
Merge from gnus--rel--5.10
Patches applied:
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-56
Update from CVS: Add lisp/legacy-gnus-agent.el
2004-10-21 00:07:18 +00:00
Daniel Pfeiffer
199143f1fb
(compilation-start): Rely on `cd' to get dir right and also allow argumentless cd.
2004-10-20 22:31:56 +00:00