Glenn Morris
84fc911dcc
* lisp/subr.el (with-wrapper-hook): Tweak obsolescence message.
...
* lisp/simple.el: Remove mistaken FIXME comment.
* etc/NEWS: Markup.
2014-02-28 19:54:47 -08:00
Glenn Morris
2501c91259
Some doc related to search-invisible and query replace
...
* doc/emacs/search.texi (Query Replace): Mention search-invisible.
* doc/emacs/text.texi (Outline Visibility): Mention search-invisible
also affects query-replace.
* lisp/isearch.el (search-invisible): Doc fix.
* etc/NEWS: Related markup.
2014-02-28 18:48:54 -08:00
Glenn Morris
b829360f50
Replace some uses of obsolete argument of display-completion-list
...
* lisp/minibuffer.el (completion-hilit-commonality):
Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
* lisp/comint.el (comint-dynamic-list-completions): Doc fix.
* lisp/comint.el (comint-dynamic-list-completions):
* lisp/filecache.el (file-cache-minibuffer-complete):
* lisp/tempo.el (tempo-display-completions):
* lisp/eshell/em-hist.el (eshell-list-history):
Replace use of obsolete argument of display-completion-list.
* lisp/tempo.el: Use utf-8 for author name.
2014-02-28 18:31:05 -08:00
Juanma Barranquero
5c410a9b80
lisp/frame.el: Remove a couple of obsolete FIXME comments.
2014-03-01 02:32:42 +01:00
Juanma Barranquero
9a15505898
lisp/icomplete.el: Use "..." when U+2026 cannot be displayed.
2014-03-01 02:25:29 +01:00
Glenn Morris
b70257b07e
Tweak earlier shr.el change
2014-02-28 15:00:12 -05:00
Juanma Barranquero
53f6cda8e6
lisp/finder.el (finder-unload-function): New function.
2014-02-28 14:59:36 +01:00
Juanma Barranquero
43977c23bf
Fix docstring typos.
...
lisp/dframe.el (dframe-detach):
lisp/find-dired.el (find-dired, find-name-dired):
lisp/finder.el (finder-mode-map, finder-mode-syntax-table)
(finder-headmark, finder-select, finder-mouse-select):
Fix typos.
2014-02-28 14:19:06 +01:00
Martin Rudalics
9dda75adcd
Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
...
* window.el (with-temp-buffer-window): Revert change from
2014-02-21. Suggested by Thierry Volpiatto
<thierry.volpiatto@gmail.com>. Fix doc-string based on a
suggestion by Nicolas Richard <theonewiththeevillook@yahoo.fr>.
* help.el (with-help-window): Fix doc-string.
2014-02-28 10:10:55 +01:00
Ivan Kanis
8a73034ea9
* net/shr.el (shr-put-image): add custom variable
...
`shr-image-animate' to turn off image animation. It is so slow it
will render emacs unusable.
2014-02-28 09:49:59 +01:00
Michael Albinus
245aa73efe
* net/tramp-adb.el (tramp-adb-parse-device-names):
...
Use `accept-process-output'.
(tramp-adb-handle-file-truename): Cache the localname only.
(tramp-adb-handle-make-directory)
(tramp-adb-handle-delete-directory): Flush file properties correctly.
(tramp-adb-handle-set-file-modes): Do not raise an error when file
modes cannot be changed.
* net/tramp-cache.el (tramp-flush-directory-property): Remove also
file properties of symlinks.
2014-02-28 09:41:24 +01:00
Per Starbäck
48e15d641d
* textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update required/optional
...
fields to match development biblatex. (Trivial change that does not merit
a :version bump.)
Fixes: debbugs:16781
2014-02-27 22:51:04 -08:00
Andy Sawyer
65b7734774
* lisp/saveplace.el (toggle-save-place): Fix argument handling (tiny change)
...
Fixes: debbugs:16673
2014-02-27 22:44:49 -08:00
Glenn Morris
5e618aba8b
Some doc fixes for completion-hilit-commonality and friends
...
* lisp/minibuffer.el (completions-first-difference)
(completions-common-part, completion-hilit-commonality): Doc fixes.
2014-02-27 21:29:45 -08:00
Glenn Morris
0a4d25e5d2
* info.el: Comment.
2014-02-27 21:16:02 -05:00
Karl Berry
6deb314e66
Add H binding to info, for compatibility with standalone info
...
Ref: http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00309.html
* lisp/info.el (Info-mode-map): Add H for describe-mode,
to synchronize with standalone Info.
* doc/misc/info.texi (Top): Mention H for a summary of all commands.
2014-02-27 21:13:56 -05:00
Emilio C. Lopes
289996f5e1
* lisp/progmodes/sql.el (sql-interactive-mode): Avoid setting global value
...
of comint-input-ring-separator.
Fixes: debbugs:16814
2014-02-27 20:55:12 -05:00
Michael Albinus
79fc11918a
* net/dbus.el (dbus--init-bus): Declare function.
...
(dbus-path-local, dbus-interface-local): New defconst.
(dbus-init-bus): Use them.
(dbus-return-values-table): Extend doc.
(dbus-handle-bus-disconnect): Extend error message.
2014-02-27 16:41:13 +01:00
Juanma Barranquero
298520dfb7
lisp/subr.el (y-or-n-p): Fix double space issue in message.
2014-02-27 15:21:28 +01:00
Michael Albinus
c22c16140e
Tramp adb fixes, found during test campaign.
...
* net/tramp.el (tramp-call-process): Improve trace message.
(tramp-handle-insert-file-contents): Trace error case.
* net/tramp-adb.el (tramp-adb-file-name-handler-alist)
<insert-directory>: Use `tramp-handle-insert-directory'.
(tramp-adb-handle-insert-directory): Remove function.
(tramp-adb-send-command-and-check): New defun, replacing
`tramp-adb-command-exit-status'. Change all callees.
(tramp-adb-handle-file-attributes)
(tramp-adb-handle-directory-files-and-attributes): Use it.
(tramp-adb-ls-output-name-less-p): Use
`directory-listing-before-filename-regexp'.
(tramp-adb-handle-delete-directory): Flush also file properties of
the truename of directory.
(tramp-adb-handle-file-name-all-completions): Add "./" and "../".
(tramp-adb-handle-file-local-copy): Make the local copy readable.
(tramp-adb-handle-write-region): Implement APPEND.
(tramp-adb-handle-rename-file): Make it more robust. Flush file
properties correctly.
(tramp-adb-maybe-open-connection): Set `tramp-current-*'
variables. Check for connected devices only when needed.
2014-02-27 12:59:04 +01:00
Glenn Morris
ea7826ba52
Small doc related to new completion functions
...
* doc/lispref/minibuf.texi (Programmed Completion):
Mention completion-table-with-cache.
* lisp/minibuffer.el (completion-table-dynamic)
(completion-table-with-cache): Doc fixes.
* etc/NEWS: Related markup. Unrelated copyedit.
2014-02-27 00:01:22 -08:00
Glenn Morris
d926361813
Some crm.el doc
...
* lisp/emacs-lisp/crm.el: Remove commentary that duplicates doc strings.
(crm-default-separator, crm-separator) (completing-read-multiple):
Doc fixes.
* etc/NEWS: Related edit.
2014-02-26 23:42:57 -08:00
Daniel Colascione
51f213c35f
Fix tramp bug with empty explicit path
2014-02-26 21:20:20 -08:00
Daniel Colascione
eff3168abc
Fix tramp bug with empty explicit path
2014-02-26 21:11:50 -08:00
Glenn Morris
b77cfcd762
* emacs-lisp/crm.el (completing-read-multiple): Empower help-enable-auto-load.
2014-02-26 20:17:40 -08:00
Daniel Colascione
675cab2c1b
Fix indentation
2014-02-26 13:31:22 -08:00
Glenn Morris
259887e808
* lisp/startup.el (command-line): Don't init the tty in daemon mode.
...
Ref: http://debbugs.gnu.org/16859#15
2014-02-26 14:45:18 -05:00
Glenn Morris
1d491ef203
Avoid calling tty-setup-hook twice
...
eg if a term file explicitly calls tty-run-terminal-initialization
* lisp/faces.el (tty-run-terminal-initialization): Add run-hook argument.
(tty-create-frame-with-faces): Use it.
* lisp/startup.el (command-line): Pass run-hook argument
to tty-run-terminal-initialization.
Fixes: debbugs:16859
2014-02-26 14:40:56 -05:00
Glenn Morris
9577b56996
* lisp/dired.el (dired-restore-desktop-buffer): Demote errors;
...
eg in case a glob match fails.
Fixes: debbugs:16884
2014-02-26 14:18:49 -05:00
Dmitry Gutov
b2388336fe
* lisp/emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
...
error from `read-from-string'.
Fixes: debbugs:16850
2014-02-26 04:31:27 +02:00
Dmitry Gutov
40ff7f86b6
* lisp/emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
...
result of `completing-read' in the interactive form.
Fixes: debbugs:16854
2014-02-26 04:02:21 +02:00
Glenn Morris
f086804c36
* lisp/image.el (image-animate, image-animate-timeout): Stop animating images
...
in dead buffers.
Fixes: debbugs:16878
2014-02-25 16:59:14 -05:00
Glenn Morris
c107155e62
* lisp/emacs-lisp/edebug.el (defmacro): Fix debug spec.
...
Fixes: debbugs:16868
2014-02-25 16:55:45 -05:00
Glenn Morris
05db9ece58
* lisp/net/newst-backend.el (newsticker-url-list): Doc whitespace trivia
2014-02-25 13:35:37 -05:00
Glenn Morris
7231101775
Add some Authors: headers based on authors.el.
2014-02-25 13:32:52 -05:00
Glenn Morris
4ff933dd26
* org-version.el (org-odt-data-dir): Remove incorrect, duplicate definition.
...
Fixes: debbugs:16734
2014-02-25 13:10:52 -05:00
Julien Danjou
ea922c8bb3
erc-network: fix erc-determine-network when no network
...
* erc-networks.el (erc-determine-network): Check that NETWORK as a
value, some servers set it to nothing.
2014-02-25 18:37:25 +01:00
Glenn Morris
98bd6b321c
Doc updates related to tty-setup-hook
...
* doc/emacs/custom.texi (Terminal Init):
Replace term-setup-hook with tty-setup-hook.
* doc/lispref/display.texi (Window Systems):
* doc/lispref/hooks.texi (Standard Hooks):
Replace term-setup-hook with tty-setup-hook.
* doc/lispref/os.texi (Startup Summary, Init File, Terminal-Specific):
Replace term-setup-hook with tty-setup-hook, and update.
* doc/misc/edt.texi (Quick start, Starting emulation):
* doc/misc/efaq.texi (Fullscreen mode on MS-Windows)
(Terminal setup code works after Emacs has begun): Update hook details.
* doc/misc/vip.texi (Loading VIP): Fix hook example.
* lisp/faces.el (tty-setup-hook, tty-run-terminal-initialization): Doc fixes.
* lisp/startup.el (term-setup-hook): Doc fix. Make obsolete.
* lisp/emulation/edt.el: Comment update.
* lisp/term/sun.el (sun-raw-prefix-hooks):
Use tty-setup-hook instead of term-setup-hook.
(terminal-init-sun): Construct message from bytecomp plist.
* lisp/term/wyse50.el (enable-arrow-keys): Doc fix.
* etc/refcards/vipcard.tex: Hook fix.
* etc/NEWS: Related edit.
2014-02-25 00:41:47 -08:00
Juanma Barranquero
9c9e18e8f5
lisp/term/sun.el: Fix docstring typos.
2014-02-24 18:24:14 +01:00
Michael Albinus
c848881f79
* net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
2014-02-24 16:48:32 +01:00
Nicolas Richard
0e38ae052e
lisp/minibuffer.el: Fix bug#16808.
...
(completion--try-word-completion): Fix error when completing M-x commands.
2014-02-24 16:41:46 +01:00
Leo Liu
8ee4c296ec
* emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
2014-02-24 11:55:17 +08:00
Juanma Barranquero
7d4bd627de
lisp/apropos.el: Avoid formatting error in compact layout mode.
2014-02-24 03:38:54 +01:00
Juanma Barranquero
e918e27fdf
lisp/apropos: Fix typos.
...
(apropos-property, apropos-all-words-regexp)
(apropos-true-hit, apropos-variable, apropos-print):
Fix docstring typos, and remove obsolete comment.
2014-02-24 00:41:17 +01:00
Michael Albinus
85c01f803f
* net/tramp-sh.el (tramp-sh-handle-file-truename): Preserve trailing "/".
...
Fixes: debbugs:16851
2014-02-23 15:51:29 +01:00
Dmitry Gutov
dfdb365c4c
* lisp/progmodes/ruby-mode.el (ruby-smie-rules): Handle the
...
inconsistent second element of the list returned by
`smie-indent--parent'.
(ruby-font-lock-keywords): Disqualify any identifier before `=' as
method call.
2014-02-23 10:26:40 +02:00
Dmitry Gutov
62f9502226
* lisp/progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
...
after `=>'.
Fixes: debbugs:16811
2014-02-23 07:53:53 +02:00
Paul Eggert
16f4c9f148
Spelling fixes.
2014-02-22 18:46:12 -08:00
Juanma Barranquero
025f2c8156
lisp/elec-pair.el: Fix typos.
...
(electric-pair-text-syntax-table, electric-pair-syntax-info)
(electric-pair--syntax-ppss, electric-pair--balance-info)
(electric-pair-mode): Fix docstring typos.
(electric-pair--looking-at-unterminated-string-p): Doc fix.
(electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
2014-02-23 01:19:11 +01:00
Glenn Morris
612c3e462e
* lisp/imenu.el (imenu--generic-function): Doc fix.
...
* etc/NEWS: Related markup.
2014-02-22 13:20:49 -08:00