summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (compile): Add universal prefix arg.Daniel Pfeiffer2004-05-101-10/+17
| | | | (compilation-error-regexp-alist-alist): Add edg patterns.
* (help-buffer): Autoload when compiling.Stefan Monnier2004-05-102-6/+15
| | | | | (python-after-info-look): Don't assume Info-goto-node returns non-nil. (run-python): Prepend to any existing PYTHONPATH.
* *** empty log message ***Juanma Barranquero2004-05-101-4/+9
|
* (define-ibuffer-column, define-ibuffer-sorter, define-ibuffer-filter): Add usageJuanma Barranquero2004-05-101-4/+12
| | | | | | info. (define-ibuffer-op): Add usage info (but CL-style defaults for keyword args are not shown).
* (gdb-annotation-rules): Add nquery annotationNick Roberts2004-05-101-0/+1
| | | | for pending breakpoints.
* *** empty log message ***Nick Roberts2004-05-101-0/+5
|
* (start-process-shell-command): Fix docstring. Put usage info in a format usableJuanma Barranquero2004-05-102-24/+29
| | | | | | by `describe-function'. (open-network-stream, open-network-stream-nowait, open-network-stream-server): Fix docstring.
* *** empty log message ***Richard M. Stallman2004-05-101-0/+6
|
* (unrmail): Mostly rewritten. Parses the fileRichard M. Stallman2004-05-101-68/+121
| | | | | directly, without calling any functions in Rmail. (unrmail-unprune): Function deleted.
* *** empty log message ***Stefan Monnier2004-05-101-25/+26
|
* (inferior-python-mode-map): Remove erroneous C-c C-z binding.Stefan Monnier2004-05-101-3/+1
|
* *** empty log message ***Kenichi Handa2004-05-101-0/+5
|
* (describe-char): Fix previous change. Don't makeKenichi Handa2004-05-101-113/+113
| | | | a unibyte character to multibyte in the *Help* buffer.
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-296Miles Bader2004-05-102-2/+8
| | | | | | | | | Allow restarting an existing debugger session that's exited 2004-05-10 Miles Bader <miles@gnu.org> * lisp/progmodes/gud.el (gud-common-init): Only consider an existing buffer an error if the debugger process is actually running.
* *** empty log message ***Juanma Barranquero2004-05-091-0/+8
|
* (help-argument-name): Default to italic.Juanma Barranquero2004-05-091-4/+4
| | | | (help-highlight-arguments): Always return (usage . doc).
* (remove-overlays, read-passwd): Fix docstring.Juanma Barranquero2004-05-091-3/+3
|
* (cp932, cp936, cp949, cp950): Remove.Jason Rumney2004-05-092-9/+11
| | | | Only add cp125* if windows-125* already defined.
* Add cp936 as alias for chinese-iso-8bit, and cp950 for chinese-big5.Jason Rumney2004-05-091-0/+2
|
* Add cp949 as alias for korean-iso-8bit.Jason Rumney2004-05-091-0/+1
|
* Add cp932 as alias for japanese-shift-jis.Jason Rumney2004-05-091-0/+1
|
* less heavy linesDaniel Pfeiffer2004-05-0913-211/+224
|
* *** empty log message ***Jason Rumney2004-05-091-0/+2
|
* Fix last change.Jason Rumney2004-05-092-6/+6
|
* Require code-pages.Jason Rumney2004-05-091-0/+2
|
* (set-locale-environment): On MS-Windows use ansi code-page for defaultJason Rumney2004-05-092-1/+24
| | | | coding-systems. Set up paper sizes for Windows 3 letter languages.
* (cp932, cp936, cp949, cp950): Add aliases.Jason Rumney2004-05-091-5/+10
| | | | Also add cp125* if not already defined.
* Changes from arch/CVS synchronizationMiles Bader2004-05-092-0/+2
|
* (quickurl, quickurl-browse-url, quickurl-read):Juanma Barranquero2004-05-092-6/+16
| | | | Don't use CL-style default args.
* (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.Juanma Barranquero2004-05-091-6/+3
| | | | (cvs-get-marked): Remove redundant arglist info.
* (help-highlight-arguments): Fix braino.Juanma Barranquero2004-05-091-3/+3
|
* *** empty log message ***Juanma Barranquero2004-05-091-0/+6
|
* (help-highlight-arguments): Don't try to highlight missing or autoloadedJuanma Barranquero2004-05-091-17/+16
| | | | | arglists. Accept structured arguments, like the first ones of `do' and `flet'.
* *** empty log message ***Juanma Barranquero2004-05-081-1/+9
|
* (do, do*): Put usage info in a format usable by `describe-function'.Juanma Barranquero2004-05-081-13/+15
| | | | | (gensym, gentemp, typep, ignore-errors): Make argument names match their use in docstring.
* .Andreas Schwab2004-05-081-0/+2
|
* (python-describe-symbol): Pass INTERACTIVE-P argument to `help-setup-xref'.Juanma Barranquero2004-05-081-2/+2
|
* (checkdoc-minor-mode): Doc fix.Andreas Schwab2004-05-081-1/+1
|
* Fix references to utf-translate-cjk into utf-translate-cjk-mode.Andreas Schwab2004-05-087-18/+28
|
* 2004-05-08 John Wiegley <johnw@newartisans.com>John Wiegley2004-05-082-26/+144
| | | | | | | | | | | | | | * iswitchb.el (iswitchb-use-virtual-buffers): Added support for "virtual buffers" (off by default), which makes it possible to switch to the buffers of recently files. When a buffer name search fails, and this option is on, iswitchb will look at the list of recently visited files, and permit matching against those names. When the user hits RET on a match, it will revisit that file. (iswitchb-read-buffer): Added two optional arguments, which makes isearchb.el possible. (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match, iswitchb-next-match): Added support for virtual buffers.
* 2004-05-08 John Wiegley <johnw@newartisans.com>John Wiegley2004-05-081-0/+226
| | | | | * isearchb.el: This module extends iswitchb to provide "as you type" buffer selection.
* 2004-05-08 John Wiegley <johnw@newartisans.com>John Wiegley2004-05-081-69/+69
| | | | | | | | | | | | | | | * textmodes/flyspell.el (flyspell-highlight-incorrect-region): Ignore the read-only property when flyspell highlighting is on. Not ignoring it leads to a series of confusing errors. (flyspell-highlight-duplicate-region): Ignore read-only, as above, but also make sure to call flyspell-incorrect-hook. (flyspell-maybe-correct-transposition): Perform transposition test by bit twiddling a string, rather than using a temp buffer. (flyspell-maybe-correct-doubling): Use a string rather than a temp buffer. This is also the original version of the code, which could not be checked in before due to a previous lack of assignment papers. This version has seen heavy usage on my system for several years now.
* 2004-05-08 John Wiegley <johnw@newartisans.com>John Wiegley2004-05-085-50/+707
| | | | | | | | | | | * calendar/cal-bahai.el: New file, which adds support for the Baha'i calendar to Emacs. This calendar is based on a solar year of 19 months of 19 days, with 4 intercalary days. Each year begins on March 21, with the calendar starting in 1844. * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el: Added support for using cal-bahai.el.
* 2004-05-08 John Wiegley <johnw@newartisans.com>John Wiegley2004-05-081-8/+7
| | | | | | | * eshell/em-glob.el (eshell-glob-initialize): Move initialization of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that function can be used outside of eshell buffers. (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
* *** empty log message ***Juanma Barranquero2004-05-071-8/+15
|
* (help-do-arg-highlight): Temporarily set ?\- to be a word constituent soJuanma Barranquero2004-05-071-9/+13
| | | | | FOO-ARG is not recognized as an arg. (help-highlight-arguments): Don't skip lists in mandatory arguments.
* (next-error): Fix typo in docstring.Juanma Barranquero2004-05-071-7/+7
| | | | | (open-line): Make argument names match their use in docstring. (split-line): Fix docstring.
* 2004-05-07 Kai Grossjohann <kai@emptydomain.de>Kai Großjohann2004-05-074-110/+373
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 2.0.40 of Tramp released. * net/tramp.el (tramp-completion-mode, tramp-md5-function): Use symbol-function to invoke functions only known on some Emacs flavors. This avoids byte-compiler warnings. Reported by Kevin Scaldeferri <kevin@scaldeferri.com>. (tramp-do-copy-or-rename-file-via-buffer): Renamed from tramp-do-copy-or-rename-via-buffer (without `file'), to make it consistent with the other tramp-do-* functions. (tramp-do-copy-or-rename-file): Calls adjusted. (tramp-process-initial-commands): Avoid liveness check on shell -- we know that it must be alive since we're opening a connection at this moment. (tramp-last-cmd): New internal variable. (tramp-process-echoes): New tunable. (tramp-send-command): Set tramp-last-cmd. (tramp-wait-for-output): Delete echo, if applicable. (tramp-read-passwd): Construct the key for the password cache in a way that works for multi methods, too. (tramp-bug): Add backup-directory-alist and bkup-backup-directory-info to bug reports, with Tramp counterparts. 2004-05-01 Michael Albinus <michael.albinus@gmx.de> * net/tramp*.el: Suppress byte-compiler warnings where possible. * net/tramp.el (tramp-out-of-band-prompt-regexp) (tramp-actions-copy-out-of-band): New defcustoms. (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process used instead of a synchronous one. Allows password entering. (tramp-action-out-of-band): New defun. (tramp-open-connection-rsh, tramp-method-out-of-band-p): Remove restriction with password from doc string. (tramp-bug): Add variables `tramp-terminal-prompt-regexp', `tramp-out-of-band-prompt-regexp', `tramp-actions-copy-out-of-band', `password-cache' and `password-cache-expiry'. (toplevel): Remove todo item wrt ssh-agent. Obsolete due to password caching. (tramp-touch): FILE can be a local file, too. (TODO): Remove items done. (tramp-handle-insert-directory): Properly quote file name also if not full-directory-p. Handle wildcard case. Reported by Andreas Schwab <schwab@suse.de>. (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the new file. (tramp-handle-file-local-copy, tramp-handle-write-region): The permissions of the temporary file are set if filename exists. Reported by Ted Stern <stern@cray.com>. (tramp-backup-directory-alist) (tramp-bkup-backup-directory-info): New defcustoms. (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'. (tramp-handle-find-backup-file-name): New function. Implements Tramp's find-backup-file-name. * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for `find-backup-file-name'. * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
* (desktop-buffer-mode-handlers): Fix docstring.Lars Hansen2004-05-072-1/+5
|
* *** empty log message ***Lars Hansen2004-05-071-0/+3
|