1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00
Commit Graph

20530 Commits

Author SHA1 Message Date
Lars Magne Ingebrigtsen
15853710e1 Doc fix for eval-expression
* simple.el (eval-expression): Note what it does if called
interactively.

Fixes: debbugs:6495
2011-07-14 01:35:36 +02:00
Lars Magne Ingebrigtsen
bd2fcc8d5c (make-directory): Clarify that an error will be raised if there's an error
Fixes: debbugs:6387
2011-07-14 00:22:08 +02:00
Chong Yidong
bee0fcef3d Add FORCE-SAME-WINDOW argument to switch-to-buffer.
* lisp/window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.  Use
pop-to-buffer buffer-or-name if it is nil.

* lisp/emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
Remove switch-to-buffer.
2011-07-13 18:00:48 -04:00
Lars Magne Ingebrigtsen
0f04b32ce1 * startup.el (initial-buffer-choice): Add `none' as a choice
Fixes: debbugs:6234
2011-07-13 23:53:41 +02:00
Lars Magne Ingebrigtsen
465c5fc88d Clarify manual and `add-hook' doc string about buffer-local hooks 2011-07-13 23:38:56 +02:00
Lars Magne Ingebrigtsen
5827450416 * dired.el (dired-flagged): Clarify doc string.
Fixes: debbugs:6117
2011-07-13 23:27:13 +02:00
Juanma Barranquero
bead9a43c1 Preserve point when doing untabify
* tabify.el (untabify): Preserve the current column so that point
doesn't move.

Fixes: debbugs:6032
2011-07-13 20:12:05 +02:00
Lars Magne Ingebrigtsen
3af98a7b7d Doc string fix.
* progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock): Rewrite
to avoid awkward possessive "s".

Fixes: debbugs:5986
2011-07-13 19:47:17 +02:00
Glenn Morris
6240145a7f Small dired fixes related to bug#9039.
* lisp/dired.el (dired-use-ls-dired): Doc fix.
(dired-insert-directory): Give a message the first time
if ls is found not to support --dired.
2011-07-13 13:34:31 -04:00
Lars Magne Ingebrigtsen
1d8c2ccc66 Clarify doc string
* simple.el (toggle-truncate-lines): Clarify what is toggled
(bug#5580).  Text by Drew Adams.
2011-07-13 18:39:49 +02:00
Chong Yidong
5fc4038e20 * simple.el (blink-matching-open): Make error message from last change less verbose. 2011-07-13 12:15:07 -04:00
Dan Nicolaescu
bf6012e5b1 Use "yellow" on low color terminals for comments
* font-lock.el (font-lock-comment-face): Use the high contrast
"yellow" color for font-lock-comment-face on low color terminals
using a dark background color.

Fixes: debbugs:4221
2011-07-13 17:33:08 +02:00
Lars Magne Ingebrigtsen
7e9505c5eb (dired-insert-set-properties): Make the doc string reflect what it does now
Fixes: debbugs:5325
2011-07-13 17:15:26 +02:00
Lars Magne Ingebrigtsen
c26fdcf522 Say that we were unable to find the match within the limit
* simple.el (blink-matching-open): Say that we were unable to find
the match within the limit, if we're limited (bug#5122).
2011-07-13 16:57:28 +02:00
Lars Magne Ingebrigtsen
bb388cc58b (prefer-coding-system): Add an example
Fixes: debbugs:4869
2011-07-13 16:34:10 +02:00
Lars Magne Ingebrigtsen
343c3b5a4e (tags-search): Document `file-list-form' 2011-07-13 16:20:45 +02:00
Lawrence Mitchell
2a517d45db Make the default browser choice a bit more logical
* net/browse-url.el (browse-url-default-browser)
(browse-url-browser-function): Make the default browser choice a
bit more logical.  Also clean up the doc string.

Fixes: debbugs:4300
2011-07-13 15:49:55 +02:00
Juanma Barranquero
b6c78ef21f (completion-ignored-extensions): Add OpenMCL/Clozure binary endings.
Fixes: debbugs:4440
2011-07-13 15:39:23 +02:00
Lars Magne Ingebrigtsen
a201406306 (info-insert-file-contents): Inhibit jka-compr messages, which can be pretty annoying
Fixes: debbugs:8971
2011-07-13 15:35:02 +02:00
Lars Magne Ingebrigtsen
9c9c2d8874 * jka-compr.el (jka-compr-verbose): New variable, and use throughout.
Fixes: debbugs:8971
2011-07-13 15:25:29 +02:00
Lars Magne Ingebrigtsen
1c4dd947d6 (Info-find-file): Fall back on the installation directory if we can't find the info node anywhere else. 2011-07-13 15:10:54 +02:00
Sergei Organov
a1c9f41b78 * lisp/vc/vc.el (vc-revert-file): Don't set file time-stamp in the past.
Fixes: debbugs:5181
2011-07-13 00:58:34 -07:00
Lars Magne Ingebrigtsen
7152b011c2 Give better error messages when trying to load non-existent symlinks
* files.el (after-find-file): Give a better error message when
trying to find a symlink that points to a file that doesn't exist
(bug#4398).
2011-07-13 01:25:50 +02:00
Lars Magne Ingebrigtsen
536f3d362f * progmodes/cc-vars.el: Remove (probably) misleading comment 2011-07-13 01:19:33 +02:00
Johan Bockgård
460c0fbaf9 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face. 2011-07-12 23:59:09 +02:00
Chong Yidong
7a6bda45ea Adapt Mouse Sel mode to Emacs 24 mouse code.
* lisp/mouse-sel.el: Hack restoring functionality, while keeping
compatibility with 2010-07-03 changes to mouse selection.
(mouse-sel-primary-overlay): New var.
(mouse-sel-selection-alist): Use it.
(mouse-sel-mode): Doc fix; remove points that are default features
of mouse.el.
2011-07-12 14:59:48 -04:00
Johan Bockgård
c79598ef31 * progmodes/compile.el (compilation-error-regexp-alist-alist):
Fix previous fix.

Fixes: debbugs:2490
2011-07-12 16:40:56 +02:00
Roland Winkler
ff8be6ef07 lisp/textmodes/bibtex.el: small bug fixes 2011-07-12 08:37:38 -05:00
Lars Magne Ingebrigtsen
9d6f1d9041 Revert last patch, which wasn't correct. 2011-07-12 15:01:20 +02:00
Lars Magne Ingebrigtsen
48b76ddfd8 (menu-set-font): Clarify that the default will be saved
Fixes: debbugs:3527
2011-07-12 14:58:24 +02:00
Lars Magne Ingebrigtsen
f5242a022f Fontise bytecomp Error lines more correctly
Fix suggested by Johan Bockgård.

Fixes: debbugs:2490
2011-07-12 14:28:35 +02:00
Lars Magne Ingebrigtsen
296ba3ee9f Remove remove-duplicates', since delete-dups' is sufficient. 2011-07-12 09:26:48 +02:00
Chong Yidong
f69fd0d2fb Minor Dired doc fixes.
* lisp/dired.el (dired-mark-prompt):
* lisp/dired-aux.el (dired-read-shell-command): Doc fix.
2011-07-11 22:54:26 -04:00
Lars Magne Ingebrigtsen
9988520a26 Use `customize-save-variable' unconditionally, now that it works under emacs -Q 2011-07-11 22:15:04 +02:00
Lars Magne Ingebrigtsen
eab5dc0727 Allow using `customize-save-variable' under Emacs -Q: Set the variable, and give a warning 2011-07-11 22:12:07 +02:00
Juanma Barranquero
a1e65d422f lisp/loadhist.el (unload-feature-special-hooks): Add some hooks (bug#5327). 2011-07-11 18:31:09 +02:00
Lars Magne Ingebrigtsen
be958f1d65 (ediff-patch-file): Clarify doc string
Fixes: debbugs:3138
2011-07-11 17:03:24 +02:00
Lars Magne Ingebrigtsen
5bedb26cb8 (custom-guess-name-alist): -alist variables should use the `alist' type.
Suggested by Drew Adams.

Fixes: debbugs:3120
2011-07-11 16:57:15 +02:00
Lars Magne Ingebrigtsen
1d52da10bc * printing.el: Add documentation to all the `pr-toggle-' commands. 2011-07-11 16:52:48 +02:00
Leo Liu
481a51b660 Only do the `C-x C-q' warning on VC backends where it makes sense.
Fixes: debbugs:2623
2011-07-11 15:56:49 +02:00
Lars Magne Ingebrigtsen
eea84fe52e (dired-guess-shell-alist-user): Clarify the example a bit
Fixes: debbugs:2030
2011-07-11 15:46:46 +02:00
Lars Magne Ingebrigtsen
8a93078b24 (dired-guess-default): Fix grammar in doc string
Fixes: debbugs:2028
2011-07-11 15:38:58 +02:00
Lars Magne Ingebrigtsen
c3de9febac (dired-guess-default): Remove duplicate shell command entries.
Fixes: debbugs:2028
2011-07-11 15:34:35 +02:00
Lars Magne Ingebrigtsen
dcc88d8a92 Add a new, simple definition of `remove-duplicates' 2011-07-11 15:33:05 +02:00
Lars Magne Ingebrigtsen
505e364506 (tool-bar-mode): Clarify positive/negative arguments 2011-07-10 16:09:05 +02:00
Martin Rudalics
54aa8874cc Revert last change of display-buffer-normalize-default. 2011-07-10 14:41:47 +02:00
Martin Rudalics
b95799f2ce Don't invert meaning of even-window-heights in display-buffer-normalize-default.
* window.el (display-buffer-normalize-default): Don't invert
meaning of even-window-heights.  Reported by Eli Zaretskii
<eliz@gnu.org>.
2011-07-10 12:19:47 +02:00
Chong Yidong
fa7c3228b5 Tweak link and startup screen faces.
See http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00478.html
for a discussion of the link face.  The changes to the startup faces
are so that they can take advantage of the light/dark background
settings already defined for those faces.

* lisp/faces.el (link): Use a less saturated blue on light backgrounds.

* lisp/startup.el (fancy-startup-text, fancy-about-text)
(fancy-startup-tail): Use font-lock faces, for background safety.
2011-07-09 22:04:45 -04:00
Bob Rogers
455e4fa13a * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256). 2011-07-09 21:42:39 -04:00
Chong Yidong
8e0bc3e91a Fix incorrect args to display-buffer-reuse-window in 2011-07-09T12:32:38Z!rudalics@gmx.at.
* lisp/window.el (display-buffer): Fix arguments to
display-buffer-reuse-window in last change.
2011-07-09 21:40:32 -04:00