Hi Gnus folk,

I have the following in my .gnus:

  (eval-after-load 'gnus-group
    (progn
      (define-key gnus-group-mode-map "q" 'bury-buffer)
      (define-key gnus-group-mode-map "Q" 'gnus-group-exit)
      ...
      ))

I understand that most of gnus has already been loaded by the time a
.gnus is read, but according to (describe-function 'eval-after-load):

  "Arrange that, if FILE is ever loaded, FORM will be run at that time.
   If FILE is already loaded, evaluate FORM right now."

However, the above key bindings only come into effect the _second_
time I load gnus in an emacs session...

Any ideas why?

Sebastian



_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to