[4139] in testers

home help back first fref pref prev next nref lref last post

Re: emacs core dump

daemon@ATHENA.MIT.EDU (John Hawkinson)
Thu May 27 14:22:46 1999

Date: Thu, 27 May 1999 14:22:26 -0400 (EDT)
Message-Id: <199905271822.OAA25032@x15-cruise-basselope.mit.edu>
To: testers@MIT.EDU
In-Reply-To: "[4138] in testers"
From: John Hawkinson <jhawk@MIT.EDU>

OK, it seems to be reproducible.
Start emacs (perhaps with -q).
Load the following lisp:

; discuss (selective display hacks from marc)
(setq
 discuss-mode-hooks (function (lambda ()
                                (define-key discuss-mtgs-mode-map
                                  "R" 'discuss-restart)
                                (define-key discuss-mtgs-mode-map
                                  "$" 'discuss-cycle-allmtgs)
                                (if (not (eq discuss-cycle-allmtgs-state 4))
                                    (discuss-cycle-allmtgs)))))

(defvar discuss-cycle-allmtgs-state 2)
(defun discuss-cycle-allmtgs ()
  "cycle between displaying all meetings, meetings + X'd ones, and
just active ones."
  (interactive)
  (set-selective-display discuss-cycle-allmtgs-state)
  (setq discuss-cycle-allmtgs-state (mod (+ 2 discuss-cycle-allmtgs-state) 6)))

Run M-x discuss.
Wait for discuss to finish loading.
Hit M->.
Watch emacs core dump.

--jhawk

home help back first fref pref prev next nref lref last post