1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00
Commit Graph

6395 Commits

Author SHA1 Message Date
Jay Belanger
8cb77f98f0 (calc-match): Use an extra argument instead of `interactive-p'. 2004-10-26 19:09:40 +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
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
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
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
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
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
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
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
Jay Belanger
23b24d6336 *** empty log message *** 2004-10-21 19:25:36 +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
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
Jay Belanger
9c5cb8929f *** empty log message *** 2004-10-20 17:29:48 +00:00
Richard M. Stallman
8550b998e8 (Fdelete_and_extract_region): If region is empty, return null string. 2004-10-19 16:58:30 +00:00
Glenn Morris
8a41a04743 *** empty log message *** 2004-10-19 09:58:08 +00:00
Richard M. Stallman
b18ba80e4b (news-path): Fix previous change. 2004-10-19 06:15:15 +00:00
David Ponce
7a892a8bff (mouse-drag-move-window-top): New function.
(mouse-drag-mode-line-1): Use it.
2004-10-18 09:29:59 +00:00
Thien-Thi Nguyen
e14105f6fa (Info-fontify-node): For multiline refs,
arrange to unfontify newline and surrounding whitespace.
2004-10-18 07:31:43 +00:00
Stefan Monnier
bcabe045db (vc-arch-workfile-version): Don't burp if the patch-log directory is missing. 2004-10-17 23:01:25 +00:00
John Paul Wallington
957237cb1f (ibuffer-default-display-maybe-show-predicates): New customizable
variable; whether to display buffers that match
`ibuffer-maybe-show-predicates' by default.
(ibuffer-maybe-show-predicates): Mention it in docstring.
(ibuffer-display-maybe-show-predicates): New variable.
(ibuffer-update): Prefix arg now toggles whether buffers that match
`ibuffer-maybe-show-predicates' should be displayed.
(ibuffer-mode): Set `ibuffer-display-maybe-show-predicates' locally to heed
`ibuffer-default-display-maybe-show-predicates'.
(ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
2004-10-17 18:09:42 +00:00
Michael Albinus
b15d0c4c32 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
work correctly.
2004-10-17 14:05:51 +00:00
Daniel Pfeiffer
bfb2dda4b6 (Buffer-menu-revert-function): Emulate save-excursion.
(Buffer-menu-beginning): New helper function.
(Buffer-menu-execute): Use it.
(Buffer-menu-select): Use it.
(Buffer-menu-sort): Use it and also keep markers.
2004-10-17 08:35:10 +00:00
Richard M. Stallman
69075cdd59 *** empty log message *** 2004-10-17 07:14:15 +00:00
Kim F. Storm
690987a7b9 *** empty log message *** 2004-10-16 23:25:27 +00:00
Stefan Monnier
4d11f532f7 (vc-find-file-hook): Call vc-backend with absolute name. 2004-10-16 18:59:11 +00:00
Juri Linkov
577bf5d26e (compilation-start): Move let-binding of
`process-environment' into `with-current-buffer' body.
Reported by Matt Hodges <MPHodges@member.fsf.org>.
2004-10-16 18:38:36 +00:00
Richard M. Stallman
c2e2ede7e8 *** empty log message *** 2004-10-16 15:35:53 +00:00
Kim F. Storm
d12757b787 (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
(cvs-mode-find-file): Add optional `view' arg to enter view mode.
2004-10-15 23:38:04 +00:00
Kim F. Storm
9df95fa04c *** empty log message *** 2004-10-15 23:35:46 +00:00
Simon Josefsson
d3b628d922 Add. 2004-10-15 19:36:24 +00:00
Daniel Pfeiffer
e25e90b4b1 (describe-mode): Use marker buttons to make minor mode list into hyperlinks. 2004-10-13 19:01:01 +00:00
Stefan Monnier
9238467da9 *** empty log message *** 2004-10-13 17:07:58 +00:00
Masatake YAMATO
e375517fda * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
(gdb-script-end-of-defun): New function.
  (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
  `gdb-script-end-of-defun' as *-of-defun-function.
2004-10-13 16:32:42 +00:00
Stefan Monnier
adc182c8af *** empty log message *** 2004-10-12 22:55:48 +00:00