Mercurial > emacs
annotate lisp/gnus/.dir-locals.el @ 112451:98ad7c9e56a3
gnus-html.el (gnus-html-image-fetched): Don't kill the temporary buffer after being called. It's apparently being killed by url.el, and killing it made point move to end-of-buffer in a random buffer.
shr.el (shr-image-fetched): Ditto.
shr.el (shr-image-fetched): Avoid having point move in the article buffer.
gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and fix the bug in url-http.el instead.
shr.el (shr-image-fetched): Ditto.
gravatar.el (gravatar-retrieve): Be silent when retrieving.
gnus-gravatar.el (gnus-gravatar-insert): Don't move point around in the article buffer.
(gnus-gravatar-insert): Use blank space from the current buffer to avoid breaking text properties. This makes X-Sent updating work again.
gnus-art.el (gnus-article-read-summary-keys): Don't call disabled commands.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Mon, 24 Jan 2011 04:10:19 +0000 |
parents | 3b63737368e5 |
children |
rev | line source |
---|---|
110165
b96da2a6e0df
Added a .dir-locals.el file so that trailing whitespace is shown.
Katsumi Yamaoka <yamaoka@jpl.org>
parents:
diff
changeset
|
1 ((emacs-lisp-mode . ((show-trailing-whitespace . t)))) |
110332
3b63737368e5
lisp/gnus/.dir-locals.el: Add no-byte-compile cookie.
Juanma Barranquero <lekktu@gmail.com>
parents:
110165
diff
changeset
|
2 ;; Local Variables: |
3b63737368e5
lisp/gnus/.dir-locals.el: Add no-byte-compile cookie.
Juanma Barranquero <lekktu@gmail.com>
parents:
110165
diff
changeset
|
3 ;; no-byte-compile: t |
3b63737368e5
lisp/gnus/.dir-locals.el: Add no-byte-compile cookie.
Juanma Barranquero <lekktu@gmail.com>
parents:
110165
diff
changeset
|
4 ;; End: |