[8063] in Athena Bugs
[daemon@ATHENA.MIT.EDU : 7.3: discuss.el]
daemon@ATHENA.MIT.EDU (yandros@ATHENA.MIT.EDU)
Wed Aug 28 16:39:34 1991
From: yandros@ATHENA.MIT.EDU
Date: Wed, 28 Aug 91 16:40:01 -0400
To: bugs@ATHENA.MIT.EDU
Reply-To: yandros@ATHENA.MIT.EDU
>It seems that if you start "discuss", everything works. However, when
>you hit 'q' to quit, the *meetings* buffer stays around. This is ok,
>except that if you try to do M-x discuss again, it will hang, saying
>"Starting discuss..."
>
>A simple user fix is to kill the *meetings* buffer first before typing
>M-x discuss again. However, it is still a bug...
personally, I'd like to vote for leaving the *meetings* buffer around,
as it makes re-starting discuss simple, with something like:
(defun my-goto-discuss ()
"Selects a discuss meetings buffer if found; otherwise, loads discuss"
(interactive)
(choose-or-funcall "*meetings*" 'discuss))
Maybe a flag could be added?
-C