Path: utzoo!attcan!uunet!lll-winken!lll-lcc!ames!pasteur!ucbvax!ATHENA.MIT.EDU!eichin From: eichin@ATHENA.MIT.EDU ("Mark W. Eichin") Newsgroups: comp.emacs Subject: re: automatic summary mode Message-ID: <8805191538.AA00696@STEVE-DALLAS.MIT.EDU> Date: 19 May 88 15:38:27 GMT References: <8805191207.AA09025@mitre-bedford.ARPA> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 16 One method I have seen (though it seems crude...) is to (setq rmail-mode-hook (function (lambda () (setq unread-command-char ?h)))) This will have the effect of sending an h as the next command executed; assuming normal bindings, this will get a summary buffer. This is probably appropriate in that the hooks are usually run before the buffer is set up, while the next command is executed after everything is done; maybe we need before hooks and after hooks... Or maybe this is grotesque enough that someone will be forced to post the right solution out of sheer revulsion. :-) _Mark_