summaryrefslogtreecommitdiff
path: root/lisp/mh-e
Commit message (Collapse)AuthorAgeFilesLines
* Don't quote lambda expressions with `quote'.Stefan Monnier2011-05-235-16/+16
|
* Put ChangeLog entries in the correct files.Glenn Morris2011-05-121-0/+6
|
* fix many doubled-word typosU. Ser2011-05-102-2/+2
|
* Make MH-E use completion-at-pointStefan Monnier2011-04-285-53/+105
| | | | | | | | | | | | | | | * lisp/mh-e/mh-letter.el (mh-letter-completion-at-point): New function, extracted from mh-letter-complete (mh-letter-mode, mh-letter-complete, mh-letter-complete-or-space): Use it. (mh-complete-word): Only use the common-substring arg when it works. (mh-folder-expand-at-point): * lisp/mh-e/mh-alias.el (mh-alias-letter-expand-alias): Return data suitable for completion-at-point-functions. * lisp/mh-e/mh-utils.el (mh-folder-completion-function): Make it work like file-name completion, so partial-completion can do its job. * lisp/minibuffer.el (completion-at-point, completion-help-at-point): Don't presume that a given completion-at-point-function will always use the same calling convention.
* Update and split ChangeLogs.Juanma Barranquero2011-04-061-0/+4
|
* lisp/mh-e/mh-funcs.el (mh-undo-folder): Make compatible with `revert-buffer' ↵Juanma Barranquero2011-04-062-2/+8
| | | | (bug#8431).
* Replace many instances of read-file-name with read-directory-name.Antoine Levitt2011-03-053-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/files.el (delete-directory, copy-directory, list-directory): Use read-directory-name. * lisp/find-file.el (ff-find-the-other-file): * lisp/net/ange-ftp.el (ange-ftp-make-directory): * lisp/printing.el (pr-interactive-dir): * lisp/progmodes/ada-prj.el (ada-prj-load-directory): * lisp/progmodes/ebnf2ps.el (ebnf-print-directory) (ebnf-spool-directory, ebnf-eps-directory) (ebnf-syntax-directory): * lisp/shell.el (shell): * lisp/speedbar.el (speedbar-create-directory): * lisp/vc/emerge.el (emerge-merge-directories): * lisp/vc/vc-dir.el (vc-dir): * lisp/vc/vc.el (vc-create-tag, vc-retrieve-tag): Likewise. * lisp/gnus.el (gnus-interactive): Use read-directory-name. * lisp/gnus-uu.el (gnus-uu-decode-uu-and-save) (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save) (gnus-uu-decode-binhex, gnus-uu-decode-yenc) (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save): Likewise. * lisp/mh-funcs.el (mh-store-msg, mh-store-buffer): * lisp/mh-mime.el (mh-mime-save-parts): Use read-directory-name. * lisp/dired.el: Clarify comment.
* Merge changes from emacs-23 branchChong Yidong2011-02-121-1/+1
|\
| * Fix trivial typos in comments and ChangeLogs.Juanma Barranquero2011-02-121-1/+1
| |
* | Refill some long/short copyright headers.Glenn Morris2011-01-2623-47/+23
| |
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-2427-40/+27
| |
* | Refill some copyright headers.Glenn Morris2011-01-153-7/+6
| |
* | Nuke arch-tags.Glenn Morris2011-01-1524-24/+0
| |
* | Merge from emacs-23Stefan Monnier2011-01-1427-30/+31
|\ \ | |/
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-0227-27/+27
| |
| * Fix typos in docstrings, comments and ChangeLogs.Juanma Barranquero2010-10-131-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * etc/tutorials/TUTORIAL.es: Fix typos. * lisp/cedet/semantic/symref/list.el (semantic-symref-list-rename-open-hits): Fix typo in message. (semantic-symref-list-map-open-hits): Fix typo in docstring. * lisp/erc/erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring. * lisp/gnus/nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring. * lisp/international/mule.el (define-coding-system): * lisp/international/titdic-cnv.el (quail-cxterm-package-ext-info): * composite.el (compose-region): Fix typo in docstring. * lisp/org/org-agenda.el (org-prefix-category-length) (org-prefix-category-max-length): Fix typos in docstrings. * src/font.c (Ffont_variation_glyphs): * ccl.c (Fccl_execute_on_string): Fix typo in docstring.
* | New arg RETURN-ACTION for compose-mail, and related functions.Chong Yidong2011-01-122-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/mail/sendmail.el (mail-return-action): New var. (mail-mode): Make it buffer-local. (mail-bury): Obey it. Move special Rmail window handling to rmail-mail-return. (mail, mail-setup): New arg RETURN-ACTION. (sendmail-user-agent-compose): Move from simple.el. * lisp/simple.el (sendmail-user-agent-compose): Move to sendmail.el. (compose-mail): New arg RETURN-ACTION. (compose-mail-other-window, compose-mail-other-frame): Likewise. * lisp/gnus/gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to message-mail. * lisp/gnus/message.el (message-mail): New arg RETURN-ACTION. (message-return-action): New var. (message-bury): Use it. (message-mode): Make it buffer-local. (message-send-and-exit): Always call message-bury. (message-tool-bar-gnome): Tweak tool-bar items. Add :vert-only tags. * lisp/mail/rmail.el (rmail-mail-return): New function. (rmail-start-mail): Pass it to compose-mail. * lisp/mh-e/mh-comp.el (mh-user-agent-compose): New arg RETURN-ACTION.
* | Replace end-of-line, save-excursion etc with point-at-eol, point-at-bol.Glenn Morris2010-11-062-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/mh-e/mh-seq.el (mh-read-msg-list): Use point-at-eol. * lisp/gnus/gnus-bookmark.el (gnus-bookmark-bmenu-show-infos) (gnus-bookmark-kill-line): Use point-at-eol. * lisp/cedet/ede/proj-elisp.el (ede-proj-flush-autoconf): Use point-at-bol. * lisp/emacs-lisp/chart.el (chart-zap-chars): * lisp/play/decipher.el (decipher-set-map): * lisp/progmodes/ada-mode.el (ada-get-current-indent) (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard): * lisp/progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help): * lisp/progmodes/ada-xref.el (ada-initialize-runtime-library) (ada-get-all-references): * lisp/progmodes/cperl-mode.el (cperl-electric-paren) (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else) (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol) (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing) (cperl-word-at-point-hard): * lisp/progmodes/idlw-shell.el (idlwave-shell-move-or-history) (idlwave-shell-filename-string, idlwave-shell-batch-command) (idlwave-shell-display-line): * lisp/progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph) (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template): * lisp/progmodes/js.el (js--re-search-forward-inner) (js--re-search-backward-inner): * lisp/progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2) (vhdl-fix-clause, vhdl-compose-configuration-architecture): * lisp/progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile): * lisp/textmodes/flyspell.el (flyspell-process-localwords): * lisp/textmodes/ispell.el (ispell-buffer-local-parsing) (ispell-buffer-local-dict, ispell-buffer-local-words): Use point-at-bol and point-at-eol.
* | Don't be so lax with spelling.Glenn Morris2010-11-021-3/+3
| | | | | | | | | | | | * lisp/net/dbus.el (dbus-name-owner-changed-handler): Doc fix. * doc/misc/ediff.texi (Quick Help Commands, Miscellaneous): Spelling fix.
* | Silence compilation of mh-mime.el.Glenn Morris2010-11-022-7/+10
| | | | | | | | * lisp/mh-e/mh-mime.el (dots, type, ov): Avoid unnecessary declaration.
* | Fix typos in ChangeLogs.Juanma Barranquero2010-07-291-31/+31
| |
* | Fix typos in ChangeLogs.Juanma Barranquero2010-07-242-24/+24
| |
* | Replace Lisp calls to delete-backward-char by delete-char.Stefan Monnier2010-05-242-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el, skeleton.el, term.el, time.el, wid-edit.el, woman.el, calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el, calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el, emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el, eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el, gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el, language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el, net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el, progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el, progmodes/ps-mode.el, progmodes/verilog-mode.el, progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el, textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el, textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to delete-backward-char by calls to delete-char.
* | Decode RFC2047 encoded Subject lines for mail replies.Peter S Galbraith2010-05-193-0/+19
| |
* | Fix typos and whitespace in ChangeLogs.Juanma Barranquero2010-05-111-18/+12
| |
* | Merge from emacs-23Stefan Monnier2010-05-081-0/+4
|\ \ | |/
| * Bump version to 23.2.emacs-23.2Chong Yidong2010-05-071-0/+4
| |
* | Use define-minor-mode where applicable.Stefan Monnier2010-05-023-12/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mh-show.el (mh-showing-mode): Move function to mh-e.el. * mh-e.el (mh-showing-mode): * url-dired.el (url-dired-minor-mode): * org-table.el (orgtbl-mode): * view.el (view-mode): * type-break.el (type-break-query-mode) (type-break-mode-line-message-mode): * textmodes/reftex.el (reftex-mode): * term/vt100.el (vt100-wide-mode): * tar-mode.el (tar-subfile-mode): * savehist.el (savehist-mode): * ibuf-ext.el (ibuffer-auto-mode): * composite.el (auto-composition-mode): * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode): Use define-minor-mode. (vhdl-mode): Use static mode-line format. (vhdl-mode-line-update): Delete. (vhdl-create-mode-menu, vhdl-activate-customizations) (vhdl-hs-minor-mode): Don't bother calling it.
* | Remove the Arch metafiles.Stefan Monnier2010-04-121-4/+0
| |
* | Merge from `emacs-23'.Stefan Monnier2010-03-242-31/+43
|\ \ | |/
| * Fix typos in mh-e.Juanma Barranquero2010-03-222-31/+43
| | | | | | | | | | | | | | | | | | | | | | | | * mh-scan.el (mh-scan-cmd-note-width): Doc fix. (mh-scan-format-mh, mh-scan-body-regexp, mh-scan-cur-msg-number-regexp) (mh-scan-cur-msg-number-regexp, mh-scan-date-regexp) (mh-scan-deleted-msg-regexp, mh-scan-good-msg-regexp) (mh-scan-msg-format-regexp, mh-scan-msg-format-string) (mh-scan-msg-number-regexp, mh-scan-rcpt-regexp) (mh-scan-refiled-msg-regexp, mh-scan-sent-to-me-sender-regexp) (mh-scan-subject-regexp, mh-update-scan-format) (mh-msg-num-width-to-column): Fix typos in docstrings.
* | Bump version to 24.0.50.Chong Yidong2010-03-101-0/+4
|/
* * mh-acros.el: Comment fixes.Glenn Morris2010-02-181-2/+2
|
* Add 2010 to copyright years.Glenn Morris2010-01-1327-27/+27
|
* Fix typos in ChangeLogs.Juanma Barranquero2009-12-291-7/+7
|
* (mh-mairix-execute-search): Use mh vfolder_format. Fix typo inBill Wohler2009-12-012-3/+10
| | | | | | database path. (mh-namazu-execute-search): Specify -q in example since namazu is excessively garrulous.
* * mh-thread.el (mh-thread-set-tables):Stefan Monnier2009-11-0515-85/+74
| | | | | | | | | | | | | | | | | | | | | | | | * mh-speed.el (mh-folder-speedbar-menu-items, mh-speed-stealth-update): (mh-speed-extract-folder-name, mh-speed-parse-flists-output): (mh-speed-invalidate-map, mh-speed-add-folder): * mh-show.el (mh-invalidate-show-buffer, mh-show-sequence-menu): * mh-seq.el (mh-list-sequences): * mh-search.el (mh-index-execute-commands, mh-index-add-to-sequence) (mh-index-delete-from-sequence, mh-index-update-maps): * mh-scan.el (mh-msg-num-width): * mh-print.el (mh-ps-spool-buffer): * mh-mime.el (mh-mime-save-parts, mh-handle-set-external-undisplayer) (mh-file-mime-type): * mh-letter.el (mh-yank-cur-msg): * mh-funcs.el (mh-list-folders, mh-pipe-msg, mh-store-msg) (mh-store-buffer): * mh-folder.el (mh-modify, mh-visit-folder, mh-write-msg-to-file) (mh-prompt-for-refile-folder): * mh-e.el (mh-exec-cmd, mh-exec-cmd-error, mh-exec-cmd-daemon) (mh-handle-process-error, mh-variant-info): * mh-comp.el (mh-forward): * mh-alias.el (mh-alias-local-users, mh-alias-which-file-has-alias): (mh-alias-add-alias-to-file): Use with-current-buffer.
* Load mh-loaddefs during compilation as well.Stefan Monnier2009-11-042-1/+8
|
* * calendar/calendar.el (cal-loaddefs):Juanma Barranquero2009-11-042-2/+6
| | | | | | | * calendar/diary-lib.el (diary-loaddefs): * calendar/holidays.el (hol-loaddefs): * eshell/esh-module.el (esh-groups): * mh/mh-e.el (mh-loaddefs): Load rather than require.
* Fix typo in previous.Glenn Morris2009-10-061-1/+1
|
* Use window-full-height-p.Glenn Morris2009-10-062-3/+9
|
* Fix typos in comments.Juanma Barranquero2009-10-041-1/+1
|
* * gnus/nnheader.el (nnheader-find-file-noselect):Stefan Monnier2009-08-283-3/+3
| | | | | | | | | | | | | | | | | | * gnus/mm-util.el (mm-insert-file-contents): * org/org-html.el (org-export-as-html): * org/org-docbook.el (org-export-as-docbook): * textmodes/reftex.el (reftex-get-file-buffer-force): * progmodes/verilog-mode.el (verilog-batch-execute-func): * emulation/viper.el (viper-go-away, viper-set-hooks): * emacs-lisp/re-builder.el (re-builder-unload-function): * emacs-lisp/bytecomp.el (byte-compile-file): * ses.el (ses-unload-function): * hexl.el (hexl-find-file): * files.el (normal-mode): * ehelp.el (with-electric-help): * autoinsert.el (auto-insert-alist): * arc-mode.el (archive-mode): Use (default-value 'major-mode) instead of default-major-mode.
* * mh-e/mh-comp.el (mh-send-letter):Stefan Monnier2009-08-282-2/+7
| | | | | | | | | | | | | | * mail/sendmail.el (mail-recover-1): * international/mule-diag.el (describe-current-coding-system-briefly) (describe-current-coding-system): * international/mule-cmds.el (select-safe-coding-system) (select-message-coding-system) (set-language-environment-coding-systems, set-locale-environment): * hexl.el (hexl-insert-multibyte-char): * dos-w32.el (find-buffer-file-type-coding-system): * simple.el (what-cursor-position): Replace uses of default-buffer-file-coding-system with (default-value 'buffer-file-coding-system).
* (mh-spamassassin-blacklist, mh-bogofilter-blacklist)Bill Wohler2009-08-091-5/+7
| | | | (mh-spamprobe-blacklist): Sync docstring with manual.
* *** empty log message ***Bill Wohler2009-08-091-1/+6
|
* Kevin Ryde <user42 at zip.com.au>Glenn Morris2009-07-222-3/+8
| | | | | (mh-spamassassin-blacklist, mh-bogofilter-blacklist) (mh-spamprobe-blacklist): Hyperlink urls in docstrings with URL `...'.
* (Version, mh-version): Update for release 8.2.Bill Wohler2009-06-132-2/+12
|
* Remove trailing space.Bill Wohler2009-06-133-3/+3
|
* Fix typos.Juanma Barranquero2009-03-311-5/+3
|