| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* lisp/progmodes/f90.el (f90-next-statement):
Ignore preprocessor lines, like f90-previous-statement does.
|
|
|
|
| |
checking if there is signed or encrypted body in text/plain message.
|
|
|
|
| |
interactive use to avoid error.
|
|
|
|
| |
i.e. ignore normal errors but not the other ones.
|
| |
|
|
|
|
|
|
|
|
| |
* window.el (quit-windows-on): New function.
* vc/vc.el (vc-revert, vc-rollback):
* vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
(Bug#6183) (Bug#7074)((Bug#7447)
|
|
|
|
|
|
| |
* window.el (special-display-buffer-names)
(special-display-regexps): Remove some remnants of earlier
changes from doc-strings.
|
|
|
|
| |
containing "=".
|
| |
|
|
|
|
| |
condition.
|
|
|
|
| |
http://debbugs.gnu.org/9701
|
|
|
|
|
|
|
| |
* lisp/progmodes/f90.el (f90-calculate-indent):
Give preprocessor lines before the first code statement zero indent.
Fixes: debbugs:9690
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
See discussion at http://lists.gnu.org/archive/html/emacs-devel/2011-10/msg00193.html
* lisp/simple.el (count-words-region): Always count in the region.
Report the number of lines and characters too.
(count-words): New command, which counts in the buffer if the
region is inactive, as count-words-region used to.
(count-words--message): New function. Handle plurals.
(count-lines-region): Make it an alias for count-words-region.
* lisp/bindings.el (esc-map): Replace count-lines-region with
count-words-region.
* doc/emacs/basic.texi (Position Info): Omit page commands. Document
count-words-region and count-words.
* doc/emacs/text.texi (Pages): Move what-page documentation here.
|
| |
|
|
|
|
|
| |
* window.el (window--delete): Delete dedicated frame unconditionally
when argument KILL is non-nil. (Bug#9699)
|
| |
|
|
|
|
| |
respectively.
|
| |
|
|
|
|
|
|
| |
gnus.texi (Gnus Utility Functions): Add more references and explanations (bug#9683).
ecomplete.el (ecomplete-display-matches): Use a local keymap to handle bindings.
gnus-win.el (gnus-configure-windows): Protect against reading ephemeral groups outside of Gnus.
|
|
|
|
| |
keymaps.
|
| |
|
| |
|
|
|
|
| |
current minibuffer (Fix bug with recursive minibuffers).
|
|
|
|
| |
See http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00229.html
|
| |
|
|
|
|
|
|
|
|
| |
* window.el (window-point-1, set-window-point-1): New functions.
(window-in-direction, record-window-buffer, window-state-get-1)
(display-buffer-record-window): Use window-point-1 instead of
window-point.
(set-window-buffer-start-and-point): Use set-window-point-1.
|
|
|
|
|
|
|
| |
* window.el (frame-auto-hide-function): New option replacing
frame-auto-delete. Suggested by Stefan Monnier.
(window--delete): Call frame-auto-hide-function instead of
investigating frame-auto-delete.
|
| |
|
|
|
|
|
| |
* lisp/progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
(perl-calculate-indent): Suppress scan errors. (Bug#2205)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* window.el (window--delete): New function.
(frame-auto-delete): Resuscitate option.
(bury-buffer, replace-buffer-in-windows)
(quit-window): Rewrite using window--delete.
(display-buffer-pop-up-frame, display-buffer-pop-up-window):
Pass display-buffer-mark-dedicated to window--display-buffer-2
(Bug#9639).
|
|
|
|
|
| |
* lisp/gnus/gnus-group.el (gnus-bug-group-download-format-alist):
Once again get the "maintainer" version of debbugs.gnu.org reports.
|
|
|
|
|
|
|
|
|
|
|
| |
returns a list. Add remote file name completion.
* lisp/comint.el (comint--table-subvert): Curry and get quote&unquote
functions as arguments.
(comint--complete-file-name-data): Adjust call accordingly.
* lisp/pcomplete.el (pcomplete--table-subvert): Remove.
(pcomplete-completions-at-point): Use comint--table-subvert instead.
Fixes: debbugs:9554
|
|
|
|
|
|
|
|
| |
(completion--styles-type, completion--cycling-threshold-type): New constants.
(completion-styles, completion-category-overrides)
(completion-cycle-threshold): Use them.
* lisp/pcomplete.el (pcomplete-completions-at-point): Adjust call to
completion-table-case-fold.
|
|
|
|
|
|
| |
and add more user friendly tags.
Fixes: debbugs:9660
|
|
|
|
|
|
|
| |
(mule-input-method-string): New widget.
(default-input-method, language-info-custom-alist): Use it.
Fixes: debbugs:9661
|
| |
|
|
|
|
| |
asynchronous adjacent image insertion work better.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(pcomplete--common-suffix): Remove.
(pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
(pcomplete--table-subvert): Sync with comint--table-subvert.
(pcomplete--entries): Use comint-completion-file-name-table.
* lisp/comint.el (comint-unquote-filename): Simplify.
(comint-completion-file-name-table): New function.
(comint--complete-file-name-data): Use it.
* src/dired.c (file_name_completion): Don't expand file name.
(Ffile_name_completion, Ffile_name_all_completions): Expand file name
before checking file name handler.
Fixes: debbugs:9616
|
|
|
|
| |
(pcmpl-gnu-with-file-buffer): Fix last change.
|
|
|
|
|
|
|
|
|
| |
(pcmpl-gnu-tar-buffer): Remove.
(pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
avoid. Make sure pcomplete-suffix-list is only changed temporarily.
Don't look inside the tar's file is it's too large.
Fixes: debbugs:9643
|
|
|
|
|
|
| |
they've been requested explicitly.
Fixes: debbugs:9591
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* cus-edit.el (custom-mode-map):
* epa.el (epa-key-list-mode-map):
* man.el (Man-mode-map):
* startup.el (splash-screen-keymap):
* simple.el (special-mode-map): Use scroll-up-command and
scroll-down-command.
* progmodes/idlw-help.el (idlwave-help-mode-map):
* progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
* net/newst-plainview.el (newsticker-mode-map):
* emulation/ws-mode.el (wordstar-mode-map):
* emulation/vi.el (vi-com-map):
* calc/calc-graph.el (calc-graph-show-dumb):
* term/sun.el (terminal-init-sun):
* term/ns-win.el (global-map):
* progmodes/grep.el (grep-mode-map):
* progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
* mail/rmail.el (rmail-mode-map):
* progmodes/cpp.el (cpp-edit-mode-map): Likewise.
|
|
|
|
|
|
|
| |
See http://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00121.html
* lisp/custom.el (custom-safe-themes, load-theme): Treat value of t for
custom-safe-themes as special.
|
| |
|
| |
|
|
|
|
| |
Fixes: debbugs:9643
|