summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (transpose-subr, transpose-subr-1): Rename variablesRichard M. Stallman1998-11-281-21/+31
| | | | | | bound in one function and used in the other. (transpose-subr-start1, transpose-subr-start2): Add defvars. (transpose-subr-end1, transpose-subr-end2): Add defvars.
* (ccl-dump-translate-character-const-tbl):Kenichi Handa1998-11-261-1/+1
| | | | Give format correct control string.
* (define-translation-table): Fix bug ofKenichi Handa1998-11-261-5/+12
| | | | | setting incorrect translation-table-id. If the first element of ARGS is a translation table, just register it.
* ("Chinese-BIG5"): Add charset-origin-alist property.Kenichi Handa1998-11-261-0/+3
|
* (thing-at-point-url-at-point): Don't use currentRichard M. Stallman1998-11-251-1/+1
| | | | syntax table to determine what is whitespace.
* (frame-parameter): Doc fix.Richard M. Stallman1998-11-251-1/+1
|
* (tex-feed-input): New function.Richard M. Stallman1998-11-251-0/+10
| | | | (tex-define-common-keys): Add binding for C-c C-m.
* (move-to-column-force): New function.Kenichi Handa1998-11-241-3/+24
| | | | | | | | | (operate-on-rectangle): If coerce-tabs is non-nil, call move-to-column-force instead of move-to-column. (insert-rectangle): Call move-to-column-force instead of move-to-column. (open-rectangle-line): If begextra is not zero, call move-to-column-force.
* Make a new map by make-keymap.Kenichi Handa1998-11-241-47/+100
| | | | | | | | | | | | | | | | | | | | | | | (picture-desired-column): New variable. (picture-update-desired-column): New function. (picture-beginning-of-line): Set picture-desired-column to 0. (picture-end-of-line): Set picture-desired-column to the current column. (picture-forward-column): Pay attention to multi-column character. (picture-backward-column): Likewise. (picture-move-down): Likewise. (picture-move-up): Likewise. (picture-movement-nw): With prefix arg, move twice columns. (picture-movement-ne): Likewise. (picture-movement-sw): Likewise. (picture-movement-se): Likewise. (picture-set-motion): Handle two-column movements. (picture-move): Call picture-move-down or picture-forward-column only when necessary. (picture-insert): Pay attention to picture-desired-column. (picture-self-insert): Likewise. (picture-clear-column): Pay attention to multi-column character. (picture-mode): Modify doc-string for two-column movement.
* Various minor doc fixes.Dave Love1998-11-231-48/+75
| | | | | | | | | (fortran-font-lock-keywords-1): Add `d' to comment-chars. (fortran-with-subprogram-narrowing): New macro. fortran-check-for-matching-do): Use it. (fortran-end-do): Use fortran-check-end-prog-re. (fortran-beginning-do, fortran-end-if, fortran-beginning-if) (fortran-calculate-indent, fortran-calculate-indent): Likewise.
* * lazy-lock.el (lazy-lock-unstall):Simon Marshall1998-11-231-39/+64
| | | | (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
* * fast-lock.el (fast-lock-save-cache-1):Simon Marshall1998-11-231-34/+56
| | | | (fast-lock-cache-data): Rewritten to use with-temp-message.
* * font-lock.el (font-lock-defaults): Doc fix.Simon Marshall1998-11-231-44/+26
| | | | | (font-lock-default-fontify-buffer): Rewritten to use with-temp-message. (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
* (rmail-set-message-counters-counter): Detect messages that have beenAndrew Innes1998-11-221-13/+27
| | | | | added with DOS line endings and convert the line endings for such messages.
* Rename function and variables added in previous change:Richard M. Stallman1998-11-221-13/+13
| | | | delete `window-' from the names.
* (window-buffer-height): New function, split fromRichard M. Stallman1998-11-221-35/+32
| | | | | shrink-window-if-larger-than-buffer. (shrink-window-if-larger-than-buffer): Use window-buffer-height.
* Add resizing of temporary buffers.Richard M. Stallman1998-11-221-0/+69
| | | | | | (temp-buffer-window-resize-mode): New command and variable. (temp-buffer-window-max-height): New variable. (resize-temp-buffer-window): New function.
* (initial-frame-alist): Add defcustom.Richard M. Stallman1998-11-221-2/+6
|
* (shell-prompt-pattern): Add defcustom.Richard M. Stallman1998-11-221-2/+4
|
* (message-ignored-supersedes-headers): Remove NNTP-Posting-Date.Richard M. Stallman1998-11-211-1/+1
|
* (describe-mode): Don't avoid loop indirecting thru value of INDICATOR.Richard M. Stallman1998-11-211-1/+3
|
* (describe-variable): Allow any variable with a defcustom,Richard M. Stallman1998-11-211-2/+2
| | | | even if it is not a user variable.
* (mail-unsent-separator): Additional alternative.Richard M. Stallman1998-11-211-1/+2
|
* (nntp-request-group): Allow for failures when requesting a new group.Andrew Innes1998-11-201-1/+1
|
* (lisp-interaction-mode-map): Doc fix.Richard M. Stallman1998-11-191-1/+2
| | | | (with-temp-message): Add lisp-indent-function property.
* (find-function-regexp): Handle skeletons.Richard M. Stallman1998-11-191-1/+1
|
* Added with-temp-message.Simon Marshall1998-11-191-7/+20
|
* (gud-common-init): Use pop-to-buffer.Richard M. Stallman1998-11-191-1/+5
| | | | (same-window-regexps): Add an element that matches all gud buffers.
* (fortran-end-prog-re): Fix typo.Dave Love1998-11-181-2/+2
|
* (temp-buffer-show-hook): This is not obsolete.Richard M. Stallman1998-11-181-3/+1
|
* Require skeleton when compiling.Dave Love1998-11-161-3/+7
| | | | | (sgml-font-lock-keywords-1): Accept single-letter tags. (v2): Defvar free variable.
* indent `with-output-to-string' as a CLKarl Heuer1998-11-161-0/+1
| | | | macro, not ELisp one.
* Set syntaxes all non-word multibyteKenichi Handa1998-11-161-1/+9
| | | | characters to symbol.
* (japanese-zenkaku-region): New optional arg KATAKANA-ONLY.Kenichi Handa1998-11-161-4/+8
|
* (after-insert-file-set-buffer-file-coding-system): If the bufferKenichi Handa1998-11-161-3/+6
| | | | is changed to unibyte, return inserted bytes.
* (tar-header-block-tokenize): Decode codes of fileKenichi Handa1998-11-161-23/+89
| | | | | | | | | | | | | | | | | | | | | | | and link names if necessary. (tar-header-block-summarize): Handle the case that file or link names are multibyte. (tar-summarize-buffer): At first set the current buffer unibyte, then if there are multibyte file names, change it to multibyte. (tar-mode): Get char position from tar-header-offset. (tar-extract): Avoid multibyte<->unibyte conversion in insert-buffer-subsring by setting both buffers unibyte temporarily. (tar-copy): Set the buffer unibyte while doing a work. Write without code conversion. (tar-expunge): Set the buffer unibyte while doing a work. (tar-alter-one-field): Likewise. (tar-clear-modification-flags): Compare byte position with tar-header-offset. (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in insert-buffer-subsring by setting both buffers unibyte temporarily. Pay attention to multibyteness while updating the descriptor-line. (tar-mode-write-file): Write without code conversion.
* Require cl.Karl Heuer1998-11-151-0/+1
|
* Fix previous change:Dave Love1998-11-151-9/+26
| | | | | | | (fortran-end-prog-re1): Changed. (fortran-check-end-prog-re): New function. (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
* (auto-insert-alist): Don't assume *.el is part of GNU Emacs.Karl Heuer1998-11-131-4/+2
|
* (reftex-finding-files): Group documentation fixed.Carsten Dominik1998-11-131-504/+621
| | | | | | | | | | | | | | | | | | | | | | | | | (reftex-toc-toggle-file-boundary, reftex-toc-toggle-labels, reftex-toc-toggle-context,reftex-find-start-point): New functions. (reftex-toc-include-labels, reftex-toc-include-context, reftex-toc-include-file-boundaries, reftex-toc-keep-other-windows): New options. (reftex-use-text-after-label-as-context): Option removed. (reftex-extract-bib-entries): Protect use in non-latex buffers. (reftex-toc-visit-location): Renamed from `reftex-toc-visit-line'. (reftex-latin1-to-ascii): Works now with and without Mule. (reftex-truncate): Removed special stuff for Emacs 20.2. (reftex-get-offset): Made more general. (reftex-show-label-location): Renamed from `reftex-select-label-callback'. (reftex-pop-to-label): Function removed (using `reftex-show-label-location' instead. (reftex-insert-docstruct): Renamed from `reftex-make-and-insert-label-list'. Function args changed. (reftex-toc): Now uses `reftex-insert-docstruct' and `reftex-find-start-point'. (reftex-select-item): Use `reftex-find-start-point'. (reftex-toc-visit-line): Can display labels and file boundaries. (reftex-TeX-master-file): `(TeX-master-file)' protected.
* 1998-11-09 Sam Steingold <sds@goems.com>Dave Love1998-11-121-5/+6
| | | | | * browse-url.el (browse-url): handle the case when `browse-url-browser-function' is a lambda list.
* (symbol-file): For ms-dos, use fns.el without theEli Zaretskii1998-11-121-1/+3
| | | | version string.
* (buffer-undo-list): For ms-dos, use fns.el without theEli Zaretskii1998-11-121-3/+5
| | | | version string.
* (ediff-even-diff-face-A): Fix spelling.Karl Heuer1998-11-121-4/+4
|
* (switch-to-lisp): if no inferior lisp present, callKarl Heuer1998-11-121-4/+4
| | | | `run-lisp' instead of signalling an error.
* (desktop-save, desktop-create-buffer): Undo 10-22 change.Karl Heuer1998-11-111-10/+3
|
* (vc-toggle-read-only): Doc fix.Karl Heuer1998-11-111-2/+5
|
* (ispell-dictionary-alist-2): Removed svenska,Karl Heuer1998-11-111-6/+3
| | | | | renamed svenska8 to svenska, and fixed and extended CASECHARS for it.
* (ps-print-prologue-1): Only use old LandscapeMode handling ifAndrew Innes1998-11-111-13/+11
| | | | | | setpagedevice is not available. (ps-begin-file): Fix typo.
* (compose-chars-component): SignalKenichi Handa1998-11-111-1/+8
| | | | | | error if CH is a rule-based composition character. (compose-chars): Signal error if an already compsed character is going to be composed by rule-base.