- 06 Dec, 2012 19 commits
-
-
Sam Steingold authored
(gnus-1): Run it when Gnus is alive.
-
Stefan Monnier authored
(sql-signum): Remove. Use `cl-signum' instead. (sql-read-passwd): Remove; use read-passwd instread. (sql-get-login-ext): Use read-string. (sql-get-login): Use dolist and pcase. (sql--completion-table): Rename from sql-try-completion. Use complete-with-action. (sql-mode): Don't change abbrev-all-caps globally. (sql-connect): Don't rely on dynamic scoping for `new-name'. (sql-postgres-completion-object): Initialize vars in their `let'. (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql) (sql-comint-solid, sql-comint-ms, sql-comint-postgres) (sql-comint-interbase): Use a single append, without setq. (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
-
Stefan Monnier authored
(hi-lock--auto-select-face-defaults): Remove. (hi-lock-string-serialize-serial): Remove. (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash; make weak. (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an equal string. (hi-lock-set-pattern): Adjust accordingly. (hi-lock--regexps-at-point): Simplify accordingly. (hi-lock--auto-select-face-defaults): Remove. (hi-lock--last-face): New var to replace it. (hi-lock-read-face-name): Rewrite. (hi-lock-unface-buffer): Arrange for the face to be the next default. Fixes: debbugs:11095
-
Dmitry Antipov authored
* w32term.h (x_char_width, x_char_height): Likewise. * xfns.c (x_char_width, x_char_height): Remove. * w32fns.c (x_char_width, x_char_height): Likewise. * nsfns.c (x_char_width, x_char_height): Likewise. * frame.c (Fframe_char_width): Use FRAME_COLUMN_WIDTH for all window frames. (Fframe_char_height): Likewise with FRAME_LINE_HEIGHT. * keyboard.c (command_loop_1): Remove prototype. (command_loop_2, top_level_1): Add static to match prototype.
-
Glenn Morris authored
-
Glenn Morris authored
-
Michael Albinus authored
compiler warning. (tramp-file-name-for-operation): Remove `executable-find', `start-process', `call-process' and `call-process-region'. * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc. * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward compatibility. * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
-
Paul Eggert authored
These are just minor editorial changes.
-
Glenn Morris authored
-
Paul Eggert authored
* callproc.c, process.h (record_kill_process): New function, containing part of the old call_process_kill. (call_process_kill): Use it. This does not change call_process_kill's behavior. * process.c (Fdelete_process): Use record_kill_process to fix a race condition that could cause Emacs to lose track of a child.
-
Dmitry Antipov authored
* frame.c (candidate_frame): New function. Add comment. (prev_frame, next_frame): Use it. Adjust comment.
-
Glenn Morris authored
-
Katsumi Yamaoka authored
-
Katsumi Yamaoka authored
gnus-art.el (article-unsplit-urls) gnus-bookmark.el (gnus-bookmark-bmenu-list) gnus-registry.el (gnus-registry-get-article-marks) message.el (message-goto-body): Use it. (message-called-interactively-p): Remove. spam-stat.el (spam-stat-called-interactively-p): New macro. (spam-stat-score-buffer): Use it. spam.el: Silence the warnings against BBDB functions when compiling. gnus-score.el (gnus-score-decode-text-parts): Use append+mapcar instead of the cl function mapcan.
-
Katsumi Yamaoka authored
gnus/gmm-utils.el (gmm-flet): Remove. gnus/gnus-sync.el (gnus-sync-lesync-call): Avoid overriding json-alist-p. gnus/message.el (message-read-from-minibuffer): Avoid overriding mail-abbrev-in-expansion-header-p. mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer so as to enable message-read-from-minibuffer to expand mail aliases.
-
Chong Yidong authored
-
Chong Yidong authored
Note that Fabrice Niessen is listed in the copyright.list file under a pseudonym (Sébastien Vauban).
-
Fabrice Niessen authored
-
Stefan Monnier authored
the `intangible' property. Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
-
- 05 Dec, 2012 21 commits
-
-
Paul Eggert authored
Be more systematic about using "@." (not ".") at end of sentence that ends in a capital letter, and about appending "@:" after non-ends of sentences that end in a lower case letter followed by "." followed by whitespace. Omit unnecessary use of "@:" and "@.". Similarly for "?" and "!". Be more consistent about putting a comma after "i.e." and "e.g."; this is the typical American style and it's easier to code in Texinfo. Fixes: debbugs:12973
-
Paul Eggert authored
* callproc.c (Fcall_process): Do record-unwind-protect on MSDOS at the same time as other platforms, to simplify analysis. No need for fd0_volatile since we have synch_process_fd. Avoid needless emacs_close; arg is always negative.
-
Sam Steingold authored
(gnus-other-frame): Add `gnus-delete-gnus-frame' to `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
-
Eli Zaretskii authored
src/callproc.c (Fcall_process_region): Encode expanded temp file pattern before passing it to mkstemp or mktemp.
-
Eli Zaretskii authored
src/callproc.c (Fcall_process_region) [!HAVE_MKSTEMP]: If mktemp fails, signal an error instead of continuing with an empty string.
-
Deniz Dogan authored
(rcirc-condition-filter): New function. (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point and exclude consecutive duplicate URLs. Fixes: debbugs:6082
-
Michael Albinus authored
code also on MS-Windows machines.
-
Michael Albinus authored
Check return code of copy command.
-
Glenn Morris authored
-
Glenn Morris authored
-
Katsumi Yamaoka authored
-
Katsumi Yamaoka authored
-
Michael Albinus authored
group `tramp'. Add version.
-
Katsumi Yamaoka authored
gnus-art.el (article-unsplit-urls) gnus-bookmark.el (gnus-bookmark-bmenu-list) gnus-registry.el (gnus-registry-get-article-marks) message.el (message-goto-body): Use it. (message-called-interactively-p): Remove.
-
Chong Yidong authored
* ffap.el (ffap-url-regexp): Don't require matching at front of string. (ffap-url-p): If only a substring matches, return that. (ffap-url-at-point): Use the return value of ffap-url-p. (ffap-read-file-or-url, ffap-read-file-or-url-internal) (find-file-at-point, dired-at-point, dired-at-point-prompter) (ffap-guess-file-name-at-point): Likewise. (ffap-replace-file-component): Fix typo. Fixes: debbugs:4952
-
Chong Yidong authored
* lisp/info.el (info-display-manual): Add existing Info buffers, whose files may not be in Info-directory-list, to the completion. (info--manual-names): New helper function.
-
Stefan Monnier authored
fix open-paren-like token test. Fixes: debbugs:12785
-
Glenn Morris authored
-
Chong Yidong authored
* lists.texi (Plist Access): Move put example to Symbol Plists. * symbols.texi (Standard Properties): Fix typo.
-
Katsumi Yamaoka authored
-
Glenn Morris authored
-