Luc Teirlinck
2036ac732c
*** empty log message ***
2005-11-22 23:26:53 +00:00
John Paul Wallington
43fb082deb
(goto-address-fontify): Put `follow-link' property on mail and url overlays.
...
(goto-address-at-point): Use `posn-set-point' instead of `mouse-set-point'
because the latter is not fbound when configured without X.
2005-11-22 22:08:11 +00:00
Romain Francoise
5c4ce34de3
*** empty log message ***
2005-11-22 19:56:07 +00:00
Lars Hansen
5eba3394e0
(ls-lisp-parse-symlink): Delete.
...
(ls-lisp-classify, ls-lisp-format): Delete call to ls-lisp-parse-symlink.
(ls-lisp-handle-switches): Handle symlinks to directories as directories
when ls-lisp-dirs-first in non-nil.
2005-11-22 19:25:50 +00:00
Luc Teirlinck
84ad29ae9a
*** empty log message ***
2005-11-22 03:31:30 +00:00
Nick Roberts
b581a7273b
*** empty log message ***
2005-11-22 03:22:05 +00:00
Stefan Monnier
bd24684be0
(sh-font-lock-paren): Handle continued lines in patterns.
2005-11-21 22:24:13 +00:00
Juri Linkov
17c1971a7e
*** empty log message ***
2005-11-21 07:57:45 +00:00
Stefan Monnier
74b99d45fd
(define-widget): Don't use declare for the doc-string-elt.
2005-11-21 00:02:31 +00:00
Stefan Monnier
1cb4008915
(comment-enter-backward): Fix last fix.
2005-11-20 23:25:46 +00:00
Stefan Monnier
3cc4b07630
*** empty log message ***
2005-11-20 18:09:09 +00:00
Stefan Monnier
602ad1ad2d
*** empty log message ***
2005-11-20 18:06:05 +00:00
Chong Yidong
a7b0a0e36e
* faces.el: Revert 2005-11-17 change. :ignore-defface is now
...
handled automagically.
2005-11-20 15:24:27 +00:00
Juri Linkov
c9393a612b
Delete duplicate entry.
2005-11-20 07:51:30 +00:00
Juri Linkov
695effccdf
(encoded-string-description): Use Lisp-readable syntax for hex.
2005-11-20 07:48:44 +00:00
Chong Yidong
cee723fbf9
longlines.el (longlines-wrap-line): Preserve marker positions.
2005-11-20 05:17:27 +00:00
Chong Yidong
2c127d45ea
(longlines-mode): Add a message-setup-hook.
...
(longlines-decode-buffer): New function.
2005-11-20 03:44:00 +00:00
Andreas Schwab
dc9d3a05c7
Revert last change.
2005-11-19 21:09:10 +00:00
Andreas Schwab
603add2d25
*** empty log message ***
2005-11-19 17:44:38 +00:00
Chong Yidong
b39aa4fdf7
* longlines.el (longlines-before-revert-hook)
...
(longlines-after-revert-hook): New functions.
(longlines-mode): Turn off longlines temporarily when reverting.
2005-11-19 17:29:20 +00:00
Andreas Schwab
da49096f06
Handle compressed files.
2005-11-19 16:53:48 +00:00
Romain Francoise
f0f98146d2
(browse-url-default-browser): Signal an error if no usable browser can
...
be found, rather than try to load w3.
2005-11-19 15:57:20 +00:00
Eli Zaretskii
ad8121fe5d
(rcirc-mangle-text): Add bold face property without replacing existing
...
properties.
(rcirc-my-nick, rcirc-other-nick, rcirc-server)
(rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove tty specs.
(rcirc-server-prefix, rcirc-server): New faces.
(rcirc-url-regexp): Generate with rx macro.
(rcirc-last-server-message-time): New variable.
(rcirc-filter): Record time of last message.
(rcirc-keepalive): Kill processes that did not send a message
since the last ping.
(rcirc-mode): Give rcirc-topic a local binding here.
2005-11-19 13:12:05 +00:00
Eli Zaretskii
a4b1de6e8d
(read-passwd): Fontify the prompt as we do with other prompts.
2005-11-19 12:49:59 +00:00
Eli Zaretskii
e27de09e24
(ffap-menu-rescan): Use inhibit-read-only instead of binding
...
buffer-read-only to nil.
2005-11-19 12:18:37 +00:00
Eli Zaretskii
101568527f
(partial-completion-mode): Mention completion-auto-help in the doc string.
2005-11-19 12:09:25 +00:00
Eli Zaretskii
7172607266
(Man-highlight-references): Doc fix. Reformat code in a more Lisp-ish way.
2005-11-19 11:54:08 +00:00
Eli Zaretskii
e0d473407c
(ls-lisp-format-file-size): Format file size with 9 digits, not 8, to avoid
...
misalignment for files larger than 100MB.
2005-11-19 11:39:36 +00:00
Eli Zaretskii
eeb935fd22
(menu-bar-describe-menu) <list-keybindings>: Mention "keyboard shortcuts"
...
in the help text.
2005-11-19 11:23:38 +00:00
YAMAMOTO Mitsuharu
125ce9ec5e
*** empty log message ***
2005-11-19 06:35:38 +00:00
Chong Yidong
0f157ad549
Add hacks for citation in mail-mode and message-mode.
2005-11-18 19:40:35 +00:00
Carsten Dominik
35af34900f
*** empty log message ***
2005-11-18 16:13:55 +00:00
Nick Roberts
3d18d67771
*** empty log message ***
2005-11-18 02:46:06 +00:00
Chong Yidong
fbe8d00750
* faces.el (face-attribute, set-face-attribute): Mention existence
...
of `:ignore-defface' setting in docstring.
2005-11-18 02:25:24 +00:00
Stefan Monnier
39c7cde2a4
(completion-setup-function): Fix last change.
2005-11-18 00:17:46 +00:00
John Paul Wallington
f5723ff54e
(comint-insert-input): Use `posn-set-point' instead of
...
`mouse-set-point' because the latter is not fbound when configured
without X.
2005-11-17 23:02:34 +00:00
Romain Francoise
225dad8eda
*** empty log message ***
2005-11-17 19:47:04 +00:00
Chong Yidong
2fbbeaf12f
* simple.el (next-line): Use hard-newline.
2005-11-17 18:21:37 +00:00
Chong Yidong
bcd8c291c1
* simple.el (sendmail-user-agent-compose): Use hard-newline.
2005-11-17 18:18:33 +00:00
Chong Yidong
4ea0018b7f
* simple.el (hard-newline): New variable.
...
* mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
(sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
(mail-mail-reply-to, mail-mail-followup-to)
(mail-position-on-field, mail-signature, mail-yank-original)
(mail-attach-file): Use it.
* mail/mailheader.el (mail-header-format)
(mail-header-format-function): Likewise.
* add-log.el (add-change-log-entry, change-log-merge): Likewise.
2005-11-17 16:30:52 +00:00
Juri Linkov
9f5f5ff2cf
*** empty log message ***
2005-11-17 07:41:53 +00:00
Luc Teirlinck
4bbd5b6914
*** empty log message ***
2005-11-17 05:32:33 +00:00
Stefan Monnier
bead134f40
(easy-menu-intern): Don't define.
...
(pr-get-symbol): Use easy-menu-intern only if defined.
2005-11-16 22:44:53 +00:00
Richard M. Stallman
afabbb4d0a
*** empty log message ***
2005-11-16 22:25:16 +00:00
Stefan Monnier
c01f0ed303
*** empty log message ***
2005-11-16 18:39:00 +00:00
Stefan Monnier
042c6fb7c7
Fix commenting convention. Remove unnecessary leading * in custom docstrings.
...
(flyspell-emacs): Remove unused var.
(flyspell-accept-buffer-local-defs): Use save-current-buffer.
(flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
(flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
(flyspell-debug-signal-word-checked): Use with-current-buffer.
(make-flyspell-overlay): Don't locally reuse a global name.
(flyspell-highlight-incorrect-region)
(flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
(flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
(flyspell-notify-misspell): Remove unused args `start' and `end'.
(flyspell-word): Adjust call accordingly. Use ispell-send-string.
Wrap calls to accept-process-output inside with-local-quit since it's
often called from a post-command-hook.
(flyspell-correct-word, flyspell-auto-correct-word): Use ispell-send-string.
(flyspell-xemacs-popup): Remove unused arg `event'. Update call.
2005-11-16 17:00:29 +00:00
Stefan Monnier
5cb35db593
(flyspell-delete-region-overlays): Use remove-overlays.
2005-11-16 16:07:47 +00:00
Stefan Monnier
66a85723ce
(diary-list-entries): Also hide the terminating newline.
2005-11-16 16:04:29 +00:00
Carsten Dominik
c194b021cc
*** empty log message ***
2005-11-16 13:42:38 +00:00
Nick Roberts
20eff2b29e
*** empty log message ***
2005-11-16 11:25:18 +00:00