summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (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
|
* (desktop-buffer-mode-handlers): Fix docstring.Lars Hansen2004-05-071-5/+3
|
* (rfc2047-encode-message-header): Don't encode non-addressStefan Monnier2004-05-072-2/+7
| | | | headers as address headers (which breaks if subject has a single ").
* (lambda): Add arglist description to docstring.Juanma Barranquero2004-05-072-33/+56
| | | | | | | | | | (declare): Fix typo in docstring. (open-network-stream): Fix docstring. (process-kill-without-query): Fix docstring and add obsolescence info. (last, butlast, nbutlast): Make arguments match their use in docstring. (insert-buffer-substring-no-properties): Likewise. (insert-buffer-substring-as-yank): Likewise. (split-string): Fix docstring.
* (make-obsolete, make-obsolete-variable): Make argument names match their use inJuanma Barranquero2004-05-071-9/+9
| | | | docstring.
* (reb-auto-update): Fix typo in docstring.Juanma Barranquero2004-05-071-1/+1
|
* Improve/extend documentation strings.Nick Roberts2004-05-061-12/+24
| | | | Fit first sentence on one line for apropos-command.
* *** empty log message ***Nick Roberts2004-05-061-0/+5
|
* (nnimap-demule): Avoid string-as-multibyte.Stefan Monnier2004-05-062-5/+13
|
* Changes largely merged in from Dave Love's code. Doc fixes.Stefan Monnier2004-05-062-129/+334
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (python-mode-map): Add python-complete-symbol. (python-comment-line-p, python-beginning-of-string): Use syntax-ppss. (python-comment-indent, python-complete-symbol) (python-symbol-completions, python-partial-symbol) (python-try-complete): New. (python-indent-line): Remove optional arg. Use python-block-end-p. (python-check): Bind compilation-error-regexp-alist. (inferior-python-mode): Use rx. Move keybindings to top level. Set comint-input-filter. (python-preoutput-filter): Use rx. (python-input-filter): Re-introduce. (python-proc): Start new process if necessary. Check python-buffer non-nil. (view-return-to-alist): Defvar. (python-send-receive): New. (python-eldoc-function): Use it. (python-mode-running): Don't defvar. (python-mode): Set comment-indent-function. Maybe update hippie-expand-try-functions-list. (python-indentation-levels): Initialize differently. (python-block-end-p): New. (python-indent-line): Use it. (python-compilation-regexp-alist): Augment. (run-python): Import `emacs' module to Python rather than loading code directly. Set python-buffer differently. (python-send-region): Use emacs.eexecfile. Fix orig-start calculation. Use python-proc. (python-send-command): Go to end of comint buffer. (python-load-file): Use python-proc, emacs.eimport. (python-describe-symbol): Simplify interactive form. Use emacs.help. Do use temp-buffer-show-hook. Call print-help-return-message. (hippie-exp): Require when compiling. (python-preoutput-continuation): Use rx.
* (diff-make-unified): Fix regexp.Stefan Monnier2004-05-061-1/+1
|
* 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)John Paul Wallington2004-05-062-1/+8
| | | | | | * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded filter groups from the buffer when rebuilding the Ibuffer buffer and `ibuffer-show-empty-filter-groups' is nil.
* New fun.Vinicius Jose Latorre2004-05-062-3/+4
|