bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

no QUIT in Fplist_get


From: Kalle Olavi Niemitalo
Subject: no QUIT in Fplist_get
Date: 30 Mar 2001 10:51:27 +0300

In GNU Emacs 20.6.4 (i386-debian-linux-gnu, X toolkit)
 of Thu Jun  1 2000 on PC486
configured using `configure  i386-debian-linux-gnu --prefix=/usr 
--sharedstatedir=/var/lib --libexecdir=/usr/lib --localstatedir=/var/lib 
--infodir=/usr/share/info --with-pop=yes --with-x=yes --with-x-toolkit=yes'
started using `emacs --no-init-file --no-site-file'

Evaluating the following expression puts Emacs in a loop
from which C-g does not return to top level:

(let ((cycle (list 'name 'value)))
  (nconc cycle cycle)
  (plist-get cycle 'nil))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]