summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* New tips in Tips section.Vinicius Jose Latorre2004-03-102-1/+14
|
* (smerge-check-cache, smerge-check): New var and fun.Stefan Monnier2004-03-101-15/+47
| | | | | | (smerge-mode-menu): Use it to deactivate menu entries. (smerge-keep-current): New fun. (smerge-keep-current): Use it.
* Modification to print *Messages* buffer.Vinicius Jose Latorre2004-03-102-13/+29
|
* Doc fix.Vinicius Jose Latorre2004-03-103-6/+22
|
* (type-break-emacs-variant): Remove.Stefan Monnier2004-03-092-51/+23
| | | | | (type-break-run-at-time, type-break-cancel-function-timers): Use fboundp rather than version name and number.
* 2004-03-09 Masatake YAMATO <jet@gyve.org>Masatake YAMATO2004-03-092-1/+6
| | | | | * hexl.el (hexl-mode): Use `make-local-variable' instead of `make-variable-buffer-local'.
* * find-dired.el (find-dired): Call `shell-command' instead ofMichael Albinus2004-03-082-2/+9
| | | | | `start-process-shell-command'. By this, Tramp takes over handling of remote directories.
* (lisp-mode-variables): Set it.Stefan Monnier2004-03-081-1/+3
|
* (comment-use-global-state): New var.Stefan Monnier2004-03-081-2/+11
| | | | (comment-search-forward): Use it.
* (fill) <defgroup>: Move to fill.el.Stefan Monnier2004-03-082-9/+26
|
* (fill) <defgroup>: Move from cus-edit.el.Stefan Monnier2004-03-081-12/+23
| | | | | | (enable-kinsoku): Make it a defcustom. (fill-comment-paragraph): Don't rely on fill-prefix to bound the paragraph to same-comment-start-marker.
* *** empty log message ***Stefan Monnier2004-03-071-0/+4
|
* Remove redundant whitespace.Eli Zaretskii2004-03-071-1/+0
|
* (rfc2368-unhexify-char): Deleted.Eli Zaretskii2004-03-072-31/+13
| | | | (rfc2368-unhexify-string): Use replace-regexp-in-string.
* (rfc2368-parse-mailto-url): Autoload.Eli Zaretskii2004-03-071-8/+20
| | | | (browse-url-mail): Use it.
* UTF-8 is now RFC 3629.Eli Zaretskii2004-03-071-1/+1
|
* (woman-man.conf-path): Doc fix.Eli Zaretskii2004-03-072-5/+12
| | | | | (woman-parse-man.conf): Also parse OPTIONAL_MANPATH. (Suggested by Stefan Reich <xsteve@nit.at>.)
* (sort-columns): Remove ms-dos from the list of systemsEli Zaretskii2004-03-072-1/+6
| | | | where the external `sort' command is not used.
* (gdb-overlay-arrow-position): Add defvar.Kim F. Storm2004-03-071-3/+9
| | | | | | (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it from overlay-arrow-variable-list. (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
* *** empty log message ***Kim F. Storm2004-03-071-0/+8
|
* (gdb-assembler-mode, gdb-assembler-custom): Set upNick Roberts2004-03-061-1/+1
| | | | overlay arrow string properly for the assembler buffer.
* *** empty log message ***Nick Roberts2004-03-061-0/+5
|
* (gdb-assembler-mode): Create a second overlay arrowNick Roberts2004-03-061-31/+11
| | | | | | for the assembler buffer. (gdb-assembler-custom): Position the overlay arrow. (gdb-put-arrow, gdb-remove-arrow): Delete functions.
* *** empty log message ***Nick Roberts2004-03-051-0/+7
|
* *** empty log message ***Stefan Monnier2004-03-051-5/+12
|
* (message-mode): Fix last change.Stefan Monnier2004-03-051-3/+4
|
* (mail-mode): Fix last change.Stefan Monnier2004-03-051-2/+3
|
* (sort-columns): Don't use external 'sort' on ms-windows. Otherwise,Richard M. Stallman2004-03-052-6/+23
| | | | do use it if the region only contains font-lock text properties.
* (help-at-pt-timer-delay): Minor doc fix (remove stray space).Luc Teirlinck2004-03-051-1/+1
|
* (sh-font-lock-paren): Add @ in case patterns.Stefan Monnier2004-03-041-2/+2
|
* (cvs-fileinfo->backup-file): Use a more constrainingStefan Monnier2004-03-041-3/+4
| | | | regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
* (comment-normalize-vars): Check the user-specified comment start marker.Stefan Monnier2004-03-041-2/+4
|
* (mail-mode): Set comment-start-skip.Stefan Monnier2004-03-041-1/+3
|
* (message-mode): Set comment-start-skip.Stefan Monnier2004-03-042-5/+10
|
* (uncomment-region): Allow non-terminated comment.Stefan Monnier2004-03-041-30/+4
|
* (hexl-mode): Set `hexl-print-current-point-info' as the callback function ↵Masatake YAMATO2004-03-042-1/+24
| | | | | | | for eldoc. (hexl-print-current-point-info): New function. (hexl-current-address): print the address in both decimal and hexadecimal format.
* *** empty log message ***Richard M. Stallman2004-03-041-0/+34
|
* (rmail-convert-to-babyl-format):Richard M. Stallman2004-03-041-3/+6
| | | | Specify t for UNIBYTE when calling mail-unquote-printable-region.
* (mail-unquote-printable-region): New arg UNIBYTE.Richard M. Stallman2004-03-041-9/+16
|
* (command-switch-alist): Doc fix.Richard M. Stallman2004-03-041-2/+2
|
* (undo): Temporarily set this-command to `undo-start',Richard M. Stallman2004-03-041-7/+16
| | | | | | | | | then set it to `undo' once undo-start returns without error. (minibuffer-history-sexp-flag): Doc fix. (kill-line): Don't disregard trailing whitespace in eol condition, if show-trailing-whitespace is set.
* Comment change.Richard M. Stallman2004-03-041-0/+2
|
* (mouse-sel-has-been-enabled): New var.Richard M. Stallman2004-03-041-5/+10
| | | | | (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled. When disabling, restore old values only if mouse-sel-has-been-enabled.
* (isearch-*-char): New arg WANT-BACKSLASH.Richard M. Stallman2004-03-041-3/+13
| | | | | (isearch-{-char): New function. (isearch-mode-map): Bind { to isearch-{-char.
* (lisp-font-lock-keywords-2):Richard M. Stallman2004-03-041-4/+16
| | | | | Turn off the CL with-... and do-... general patterns. Instead, recognize several specific with... and do... constructs.
* (switch-to-buffer-other-window): BindRichard M. Stallman2004-03-041-2/+5
| | | | | same-window-buffer-names and same-window-regexps to nil. (switch-to-buffer-other-frame): Likewise.
* (fill-comment-paragraph): Be more careful whenStefan Monnier2004-03-042-1/+22
| | | | recognizing leading comment on code line.
* Typo.Kim F. Storm2004-03-031-1/+1
|
* (setwins, setwins_almost): Skip .arch-ids and other hidden files/directories.Stefan Monnier2004-03-031-2/+2
|
* (fill-paragraph): Don't check comment-start-skip,Stefan Monnier2004-03-021-2/+2
| | | | only comment-start (in case the mode hasn't set it).