From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: 23.0.50; `read-event' changes `current-buffer' Date: Sat, 03 Nov 2007 06:30:14 +0100 Organization: disorganized Message-ID: <87abpvq4k9.fsf@localhorst.mine.nu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1194067837 27185 80.91.229.12 (3 Nov 2007 05:30:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 3 Nov 2007 05:30:37 +0000 (UTC) To: emacs-pretest-bug@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 03 06:30:40 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IoBai-0000WN-Ca for ged-emacs-devel@m.gmane.org; Sat, 03 Nov 2007 06:30:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IoBaY-0005wY-4X for ged-emacs-devel@m.gmane.org; Sat, 03 Nov 2007 01:30:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IoBaT-0005to-Tr for emacs-devel@gnu.org; Sat, 03 Nov 2007 01:30:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IoBaS-0005tH-7v for emacs-devel@gnu.org; Sat, 03 Nov 2007 01:30:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IoBaS-0005tE-3Z for emacs-devel@gnu.org; Sat, 03 Nov 2007 01:30:24 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IoBaR-0003hQ-O8 for emacs-devel@gnu.org; Sat, 03 Nov 2007 01:30:23 -0400 Original-Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IoBaR-0006ob-EB for emacs-pretest-bug@gnu.org; Sat, 03 Nov 2007 01:30:23 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1IoBaL-0003e0-G7 for emacs-pretest-bug@gnu.org; Sat, 03 Nov 2007 01:30:20 -0400 Original-Received: from mx01.hansenet.de ([213.191.73.25] helo=webmail.hansenet.de) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IoBaK-0003d1-5o for emacs-pretest-bug@gnu.org; Sat, 03 Nov 2007 01:30:16 -0400 Original-Received: from robotron.kosmorama (85.178.55.133) by webmail.hansenet.de (7.3.118.12) (authenticated as davidhansen@alice-dsl.de) id 4729E0BE002C638C; Sat, 3 Nov 2007 06:30:15 +0100 Original-Received: from dhansen by robotron.kosmorama with local (Exim 4.68) (envelope-from ) id 1IoBaI-0004ki-N0; Sat, 03 Nov 2007 06:30:14 +0100 User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:82407 gmane.emacs.pretest.bugs:20227 Archived-At: Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: Hello, to reproduce: $ emacs -Q M-x eshell RET $ while #'(lambda () t) { echo XXX; sleep 1} C-x b *scratch* RET (with-temp-buffer (let ((buf (current-buffer))) (read-event nil nil 3) (format ":%s: :%s:" (buffer-name buf) (current-buffer)))) C-u C-x C-e ": *temp*: :*eshell*:" David If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. If you would like to further debug the crash, please read the file /home/dhansen/share/emacs/23.0.50/etc/DEBUG for instructions. In GNU Emacs 23.0.50.1 (i686-pc-linux-gnu) of 2007-10-28 on robotron Windowing system distributor `The X.Org Foundation', version 11.0.10400000 configured using `configure '--prefix=/home/dhansen' '--disable-sound' '--disable-pop' '--with-x-toolkit=no'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: en_US.UTF-8 value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 locale-coding-system: utf-8 default-enable-multibyte-characters: t Major mode: EShell Minor modes in effect: TeX-PDF-mode: t jabber-activity-mode: t which-function-mode: t show-paren-mode: t iswitchb-mode: t tooltip-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t auto-compression-mode: t line-number-mode: t abbrev-mode: 1 Recent input: M-x g n u s y C-n C-n C-n C-n C-n M-g G C-x C-w C-g C-x C-w C-g C-x k C-z d c d w h i l e SPC # ' ( C-e C-b l a m b d a SPC ( C-f SPC t C-e SPC { SPC e c h o SPC X X X C-e C-b ; SPC s l e e p SPC 1 C-e C-p RET RET n n E ( c u r r e n t - b u f f f e r C-b C-b C-e C-c C-u n n n n n n n n n n n n n n n C-x b s c r ( w i t h - t e m p b u ( l e t SPC ( b u f SPC ( b c u r r e n t - b u f f e r ) ) ) ( s i t - f o r SPC 1 ) ( f o r m a t SPC C-h f " : % s : SPC : % s : C-f SPC ( b u f f e r - n a m e SPC b u f C-f SPC ( c u r r e n t - b u f f e r C-e C-x C-e C-x 1 M-N M-< C-SPC C-e C-n C-n C-n C-e C-w C-z M-> C-c C-c M-p C-a C-k C-x 1 M-x r e p o r t - e m a c s - b u g Recent messages: Result: nil [4 times] Result: # Result: exit Result: nil [3 times] Result: # Result: 0 (#o0, #x0, ?\C-@) [3 times] Parsing BBDB... (frobnicating...done) ": *temp*: :*eshell*:" Mark set [3 times] History item: 128