- 21 Jan, 2012 4 commits
-
-
Jay Belanger authored
default unit.
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/files.el (local-enable-local-variables): Doc fix. (inhibit-local-variables-regexps): Rename from inhibit-first-line-modes-regexps. Keep old name as obsolete alias. Doc fix. Add some extensions from auto-coding-alist. (inhibit-local-variables-suffixes): Rename from inhibit-first-line-modes-suffixes. Doc fix. (inhibit-local-variables-p): New function, extracted from set-auto-mode-1. (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps. (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p. (hack-local-variables): Doc fix. Make the mode-only case respect enable-local-variables and friends. Respect inhibit-local-variables-regexps for file-locals, but not for directory-locals. (set-visited-file-name): Take account of inhibit-local-variables-regexps. Whether it applies may change as the file name is changed. * lisp/jka-cmpr-hook.el (jka-compr-install): * lisp/jka-compr.el (jka-compr-uninstall): Update for inhibit-first-line-modes-suffixes name change. * etc/NEWS: Mention this change. Fixes: debbugs:10506
-
Glenn Morris authored
-
- 20 Jan, 2012 2 commits
-
-
Eric Hanchrow authored
-
Martin Rudalics authored
* help-macro.el (make-help-screen): Temporarily restore original binding for minor-mode-map-alist (Bug#10454).
-
- 19 Jan, 2012 7 commits
-
-
Julien Danjou authored
color.el (color-name-to-rgb): Use the white color to find the max color component value and return correctly computed values. (color-name-to-rgb): Add missing float conversion for max value.
-
Juanma Barranquero authored
-
Martin Rudalics authored
* window.c (save_window_save, Fcurrent_window_configuration) (Vwindow_persistent_parameters): Do not use Qstate. Rewrite doc-strings. * window.el (window--state-get-1, window-state-get): Do not use special state value for window-persistent-parameters. Rename argument IGNORE to WRITABLE. Rewrite doc-string. (window--state-put-2): Reset all window parameters to nil before assigning values of persistent parameters. * windows.texi (Window Configurations): Rewrite references to persistent window parameters. (Window Parameters): Fix description of persistent window parameters.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
This was done by mistake in emacs-23 2010-06-25T08:19:11Z!agustin.martin@hispalinux.es, and then propagated to one more file in 2010-06-26T12:01:31Z!eliz@gnu.org.
-
Glenn Morris authored
* admin/bzrmerge.el (bzrmerge-missing): Allow a definitive "no" answer to the "skip?" question, since there can be multiple such for any revision.
-
- 18 Jan, 2012 11 commits
-
-
Chong Yidong authored
-
Yoshiaki Kasahara authored
* buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust to aliasing change.
-
Chong Yidong authored
-
Alan Mackenzie authored
-
Alan Mackenzie authored
cc-engine.el (c-state-nonlit-pos-interval): change value 10000 -> 3000. (c-state-safe-place): Reformulate so it doesn't stack up an infinite number of wrong entries in c-state-nonlit-pos-cache. (c-determine-limit-get-base, c-determine-limit): New functions to determine backward search limits disregarding literals. (c-find-decl-spots): Amend commenting. (c-cheap-inside-bracelist-p): New function which detects "={". cc-fonts.el (c-make-font-lock-BO-decl-search-function): Give a limit to a backward search. (c-font-lock-declarations): Fix an occurrence of point being undefined. Check additionally for point being in a bracelist or near a macro invocation without a semicolon so as to avoid a fruitless time consuming search for a declarator. Give a more precise search limit for declarators using the new c-determine-limit.
-
Alan Mackenzie authored
-
Werner LEMBERG authored
Minor typographical improvements.
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/files.el (auto-mode-alist, inhibit-first-line-modes-regexps) (set-auto-mode): Doc fixes.
-
Glenn Morris authored
-
Glenn Morris authored
(to only file names containing "\"s)
-
- 17 Jan, 2012 6 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/dired.el (dired-insert-directory): Handle newlines in directory name. (dired-build-subdir-alist): Unescape newlines in directory name.
-
Alan Mackenzie authored
-
Primoz PETERLIN authored
-
Michael Albinus authored
(tramp-action-login, tramp-action-yesno, tramp-action-yn) (tramp-action-terminal): Use it. (Bug#10530)
-
- 16 Jan, 2012 5 commits
-
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Volker Sobek authored
Fixes: debbugs:10514
-
Stefan Monnier authored
Fixes: debbugs:10062
-
Martin Rudalics authored
* window.c (Vwindow_persistent_parameters): New variable. (Fset_window_configuration, save_window_save): Handle persistent window parameters. * window.el (window-state-ignored-parameters): Remove variable. (window--state-get-1): Rename argument MARKERS to IGNORE. Handle persistent window parameters. Make copy of clone-of parameter only if requested. (Bug#10348) (window--state-put-2): Install a window parameter only if it has a non-nil value or an existing parameter shall be overwritten. * windows.texi (Window Configurations, Window Parameters): Describe persistent window parameters.
-
- 15 Jan, 2012 5 commits
-
-
Alan Mackenzie authored
-
Michael Albinus authored
-
Chong Yidong authored
* doc/emacs/xresources.texi (X Resources): Describe GTK+ case first. (Resources): Don't use borderWidth as an example, since it doesn't work with GTK+. (Table of Resources): Clarify role of several resources, including the Emacs 24 behavior of cursorBlink etc. (Face Resources): Node deleted. Recommend using Customize instead. Add paragraph to `Table of Resources' node summarizing how to use X resources for changing faces. (Lucid Resources): Rewrite, omitting description of font names, referring to the Fonts node instead. (LessTif Resources): Copyedits. (GTK resources): Rewrite, describing the difference between gtk2 and gtk3. (GTK Resource Basics): New node. (GTK Widget Names, GTK Names in Emacs): Rewrite. (GTK styles): Just refer to Fonts node for GTK font format. * doc/emacs/display.texi (Faces): Document the cursor face.
-
Chong Yidong authored
-
Chong Yidong authored
-