1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 04:30:45 -08:00
Commit graph

15577 commits

Author SHA1 Message Date
Glenn Morris
01cc3e13db (authors-aliases): Add some more aliases. 2008-12-19 03:30:14 +00:00
Glenn Morris
eef72fcec0 (authors-fixed-case): New constant.
(authors-public-domain-files, authors-ignored-files):
(authors-valid-file-names, authors-renamed-files-alist): Update lists.
(authors-renamed-files-regexps): Add some new entries.
(authors-canonical-file-name): Don't complain about ignored files.
(authors-canonical-author-name): Doc fix.  Respect authors-fixed-case.
(authors): Ensure error buffer is writable.
2008-12-19 03:16:14 +00:00
Juanma Barranquero
f013149203 Fix typos and author's names. 2008-12-19 01:50:43 +00:00
Kenichi Handa
6e868247e3 *** empty log message *** 2008-12-19 00:42:47 +00:00
Juri Linkov
74a131b6a1 (Info-isearch-search): Implement lax version of
incremental word search in Info.
(Info-isearch-start): Set Info-isearch-initial-node to the
current node when search is nonincremental to not stop at the
initial node in this case.
(Info-mode-map): Unbind "\M-s" from `Info-search'.
2008-12-19 00:20:48 +00:00
Juanma Barranquero
e643842898 * textmodes/rst.el (rst-promote-region): Reflow docstring.
(rst-mode-map, rst-mode-hook, rst-section-tree-rec)
  (rst-repeat-last-character): Fix typos in docstrings.
  (rst-mode, rst-backward-section): Doc fixes.
2008-12-18 16:19:12 +00:00
Ulf Jasper
77a01f9bb9 newsticker: fixed problem with missing group definition 2008-12-18 10:54:21 +00:00
Martin Rudalics
2f7ee51dac (cmd): Add beginning-of-visual-line and
end-of-visual-line to CUA's recognized commands.  (Bug#1549)
2008-12-18 10:39:11 +00:00
Dan Nicolaescu
3976387b54 (comment-style): Default to `indent'. (Bug#1589) 2008-12-18 09:24:20 +00:00
Dan Nicolaescu
fd95644b93 * emacs.c (main): Print and error and exit when no data is read
from the pipe.

* startup.el (command-line): Do not mention the server name in
case the user has not mentioned it, print a more explicit message.

* emacsclient.c (start_daemon_and_retry_set_socket): Improve error
checking.
2008-12-18 08:48:26 +00:00
Dan Nicolaescu
7995501cf2 (vc-dir-at-event): Rename from vc-at-event. Change
all callers.
2008-12-18 08:27:37 +00:00
Glenn Morris
3590be23cf Fix old entry. 2008-12-18 06:58:57 +00:00
Sam Steingold
5da5a66f02 (vc-at-event): Handle (tool-bar) events. Fix bug#1585. 2008-12-18 03:29:02 +00:00
Juri Linkov
b87573f01c (minibuffer-local-isearch-map): Unbind "C-w" from
`isearch-edit-string-set-word'.
(isearch-edit-string-set-word): Remove.
(isearch-occur): Imitate the C function `wordify' by replacing
non-word character with the \\W+ regexp.
(isearch-search-fun): Add `isearch-nonincremental' to the
condition of using a non-lax version of `word-search-forward'.
2008-12-18 01:17:07 +00:00
Daiki Ueno
2cb35a563b * epa-file.el (epa-file-insert-file-contents): Set
buffer-file-name before decrypting a file.
2008-12-17 02:33:12 +00:00
Juanma Barranquero
35f372cadf * server.el (server-start): If unable to start the server,
display a warning instead of raising an error.

* startup.el (server-process): Add defvar.
  (command-line): If the daemon is unable to start the server,
  display a message and exit Emacs.
2008-12-16 21:23:03 +00:00
Sam Steingold
55d150f329 (c-defun-name): Handle DEFFOO(name,...),
mostly for CLISP modules, but could also be useful elsewhere.
2008-12-15 18:31:59 +00:00
Juanma Barranquero
af09cfd7a9 * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
* icomplete.el (icomplete-prospects-height):
* textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
2008-12-15 16:45:55 +00:00
Juanma Barranquero
2364df5cff * international/mule-cmds.el (select-safe-coding-system):
* mail/rmail.el (rmail-require-mime-maybe):
  Fix arguments of `display-warning'.
2008-12-15 15:44:13 +00:00
Juanma Barranquero
d5c78b09ab * international/mule.el (find-auto-coding): Fix typo in docstring. 2008-12-15 15:22:48 +00:00
Juanma Barranquero
534d37da57 Fix #870 breakage. Again. 2008-12-15 12:57:14 +00:00
Juanma Barranquero
9bc505aba8 * simple.el (bad-package-check): Fix arguments of `display-warning',
using the package name as TYPE.  Use `string-match-p'.
2008-12-15 12:52:16 +00:00
Roland Winkler
4ed46aefb2 (proced-sort-interactive, proced-sort-pcpu)
(proced-sort-pmem, proced-sort-start, proced-sort-time)
(proced-sort-user, proced-sort-header): Prefix arg
determines sorting order. Suggested by Dan Nicolaescu.
(proced-revert): Doc fix.
2008-12-14 23:16:09 +00:00
Roland Winkler
b4f671ce54 (proced-grammar-alist): Allow refiner elements that
are cons pairs (function . help-echo) or nil.
(proced-refine): Use them.
(proced-format-alist): Allow alternatives.
(proced-descend): New variable.
(proced-sort): New arg descend.
(proced-sort-interactive): Repeated calls toggle sort order.
(proced-format): Accomodate changes of proced-format-alist.
Undefined attributes are displayed as "?".
(proced-process-attributes): New optional arg pid-list.
Ignore processes with empty attribute list.
2008-12-14 17:41:29 +00:00
Glenn Morris
83031738b5 (declare-function): Doc fix. 2008-12-13 04:12:45 +00:00
Glenn Morris
5ff602defb (font-lock-defaults): Doc fix: mention levels; refer to elisp manual. 2008-12-13 04:12:08 +00:00
Martin Rudalics
9adf1f0652 (fit-window-to-buffer): Return non-nil when height
was orderly adjusted, nil otherwise.
2008-12-12 09:32:02 +00:00
Juanma Barranquero
49851cf7f8 Fix typo. 2008-12-12 01:00:33 +00:00
Juanma Barranquero
2cf6bf632f Fix typos. 2008-12-12 00:49:39 +00:00
Juanma Barranquero
c63a334eb0 * server.el (server-sentinel): Uncomment code to delete connection file.
(server-start): Save the connection file in the server property list.
  Delete it only when we are reasonably convinced that it is not owned by
  a running server.
  (server-force-delete): New command to force-delete the connection file,
  and stop the server if it is running.
  (server-running-p): Return t also for local TCP servers when we find a
  process with a matching PID, and :other for undecided cases.
2008-12-12 00:33:30 +00:00
Martin Rudalics
4d0e7fe37b (dired-pop-to-buffer): Call with min-height arg 1 to
make sure that small buffers get shown.
2008-12-11 17:20:45 +00:00
Juanma Barranquero
0355f110d8 Add info to entry. 2008-12-11 12:02:49 +00:00
Juanma Barranquero
ee61fe97ea * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
(ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
  (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
  (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
  (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
  (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
  (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
  (ruby-backward-sexp, ruby-add-log-current-method)
  (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
  (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
  (ruby-deep-indent-paren): Doc fix.
  (ruby-insert-encoding-magic-comment): Remove * from docstring.
  (ruby-here-doc-find-end): Reflow docstring.
2008-12-11 11:03:42 +00:00
Martin Rudalics
c160ca6d8e *** empty log message *** 2008-12-11 09:53:54 +00:00
Juanma Barranquero
011a014396 Move decoding of locale info from Lisp to C.
* src/w32proc.c (Fw32_get_locale_info): Decode long form of locale name.

* lisp/w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
  decoding of long locale info is now done in `w32-get-locale-info'.
2008-12-11 09:40:44 +00:00
Glenn Morris
bc79ba50b5 Fix ruby-mode attribution. 2008-12-11 04:22:37 +00:00
Chong Yidong
1b34970249 * progmodes/ruby-mode.el: Fix auto-mode-alist entry. 2008-12-11 02:01:35 +00:00
Chong Yidong
89322882ea * Makefile.in (ELCFILES): Add ruby-mode.elc.
* progmodes/ruby-mode.el: New file.
2008-12-10 18:59:36 +00:00
Chong Yidong
70b5282983 * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
terminal variable assignment.
2008-12-10 15:02:31 +00:00
Juanma Barranquero
a512e1a234 * net/tramp.el (top): Don't fail if there is no current message. 2008-12-10 10:21:03 +00:00
Kenichi Handa
e54be9a032 (setup-default-fontset): Add an entry for characters in the Unicode
SIP area.
2008-12-10 06:05:52 +00:00
Glenn Morris
fb2facde09 (ELCFILES): Update. 2008-12-10 04:33:27 +00:00
Daiki Ueno
8e3efc87f3 * epa-hook.el (epa-file-find-file-hook): Don't mark the current
buffer unmodified.  (Bug#1509)
* epa-file.el (epa-file-insert-file-contents): Set buffer's
modification time if visiting a file and the content is
successfully decrypted.
2008-12-10 01:35:39 +00:00
Chong Yidong
39af3de2c1 * files.el (save-some-buffers): At each map-y-or-n-p iteration,
check whether the buffer is still alive.
2008-12-09 23:43:03 +00:00
Stefan Monnier
e9e9c7b891 (rx-submatch): Pass : to rx-form (bug#1518). 2008-12-09 21:17:09 +00:00
Glenn Morris
5c92814419 (ELCFILES): Update. 2008-12-09 03:59:29 +00:00
Stefan Monnier
bdaf166cdf (auto-insert): Use expand-file-name instead of concat.
Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
2008-12-08 16:30:43 +00:00
Chong Yidong
91b07ee352 * term/xterm.el (terminal-init-xterm): Discard pending input
before reading a reply to the terminal attributes query.
2008-12-06 03:55:05 +00:00
Vinicius Jose Latorre
6530de7d39 Transform defvar into defcustom. 2008-12-05 14:56:18 +00:00
Andreas Schwab
fc7da30b8b (dired-font-lock-keywords): Fix last change. 2008-12-05 13:36:46 +00:00