From unknown Sat Aug 16 10:47:13 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#17430 <17430@debbugs.gnu.org> To: bug#17430 <17430@debbugs.gnu.org> Subject: Status: 24.4.50; minibuffer history forgets the first entry Reply-To: bug#17430 <17430@debbugs.gnu.org> Date: Sat, 16 Aug 2025 17:47:13 +0000 retitle 17430 24.4.50; minibuffer history forgets the first entry reassign 17430 emacs submitter 17430 Jarek Czekalski severity 17430 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Wed May 07 07:08:02 2014 Received: (at submit) by debbugs.gnu.org; 7 May 2014 11:08:02 +0000 Received: from localhost ([127.0.0.1]:53624 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Whzhh-0004sE-KC for submit@debbugs.gnu.org; Wed, 07 May 2014 07:08:02 -0400 Received: from eggs.gnu.org ([208.118.235.92]:56426) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Whzhd-0004rs-Pa for submit@debbugs.gnu.org; Wed, 07 May 2014 07:07:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WhzhT-000381-3h for submit@debbugs.gnu.org; Wed, 07 May 2014 07:07:52 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:48442) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhzhT-00037x-1B for submit@debbugs.gnu.org; Wed, 07 May 2014 07:07:47 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58107) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhzhN-0000DI-UN for bug-gnu-emacs@gnu.org; Wed, 07 May 2014 07:07:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WhzhI-00036S-T1 for bug-gnu-emacs@gnu.org; Wed, 07 May 2014 07:07:41 -0400 Received: from smtpo09.poczta.onet.pl ([213.180.142.140]:58593) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhzhI-00035v-9T for bug-gnu-emacs@gnu.org; Wed, 07 May 2014 07:07:36 -0400 Received: from [192.168.17.9] (cj.e-siemianowice.pl [95.215.234.30]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jarekczek@poczta.onet.pl) by smtp.poczta.onet.pl (Onet) with ESMTPSA id 3gNw4h1LNnz9ttbT for ; Wed, 7 May 2014 13:07:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=poczta.onet.pl; s=2011; t=1399460852; bh=oxG0bfnEVSYIxfZbhpeuIA3dBMAagsA8TmnI07vFo+w=; h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type; b=j7gCaN4J8QzLuqvPT/aC6qhbdqsninyOIhjJXpmniIDbrb6hU+LVug0aXlOOP7YQB mX27zCikZHEneZ+iUqdVY3Ve8pBcvskzlP2p9AMWIN0X9Kn4SAYnrDQmJTyPas/eiF GNOGzAP+MPIvDo07W2amuiHWSVG0msZt/NvsNEgw= Message-ID: <536A13F3.4090902@poczta.onet.pl> Date: Wed, 07 May 2014 13:07:31 +0200 From: Jarek Czekalski User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: bug-gnu-emacs@gnu.org Subject: 24.4.50; minibuffer history forgets the first entry Content-Type: multipart/mixed; boundary="------------010204050603000908020909" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.1 (----) This is a multi-part message in MIME format. --------------010204050603000908020909 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Steps: 1. (read-from-minibuffer "pro: " nil nil nil 'hist) 2. type sth 3. check hist: M-S-: hist Expected: sth, Actual: nil The history value is not properly initialized. Seems like r87775 introduced a regression, because histval is not set to nil in minibuf.c. During some more tests I noticed another faulty behaviour. With empty history (unbound) I get an error message "variable void", when trying to get this history (arrow up in minibuffer). Let's move the initialization of the history a bit earlier, to prevent this error and receive expected message "Beginning of history". Previously this initialization was at "add new entry" stage, so history browsing was failing. Finally the patch contains a fix for the regression and additionally a further improvement. Stefan, could you review the patch? If I am to commit this, to which branch? emacs-24? In GNU Emacs 24.4.50.1 (i686-pc-mingw32) of 2014-05-07 on BONSOFTW7 Repository revision: 117068 eggert@cs.ucla.edu-20140506211337-crc6ozt8y6967wq3 Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --prefix=d:/program_files/emacs-master' Configured features: PNG NOTIFY ACL GNUTLS LIBXML2 ZLIB Important settings: value of $LANG: pl locale-coding-system: cp1250 Major mode: Text Minor modes in effect: diff-auto-refine-mode: t global-hl-line-mode: t recentf-mode: t tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t size-indication-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: C-x C-f j : / l a n g / g n u / e m / h i 1 C-x C-f C-SPC M-w M-x r e p o r t Recent messages: [yas] Loading compiled snippets from c:/Users/Jarek/AppData/Roaming/.emacs.d/snippets/sql-mode [yas] Loading compiled snippets from c:/Users/Jarek/AppData/Roaming/.emacs.d/snippets/text-mode Loading c:/Users/Jarek/AppData/Roaming/.emacs.d/snippets/text-mode/.yas-compiled-snippets.el (source)...done [yas] Loading snippet files from c:/Users/Jarek/AppData/Roaming/.emacs.d/snippets/text-mode [yas] Loaded ~/.emacs.d/snippets [yas] Reloaded everything.... Loading hl-line...done Loading whitespace...done Loading grep...done For information about GNU Emacs and the GNU system, type C-h C-a. Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message dired format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils diff-mode grep compile comint ansi-color ring whitespace hl-line cus-start cus-load xml-parse yasnippet derived easy-mmode edmacro kmacro help-mode folding-isearch folding cl-macs advice help-fns cl gv bookmark pp recentf tree-widget wid-edit cl-loaddefs cl-lib easymenu server time-date tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel dos-w32 ls-lisp w32-common-fns disp-table w32-win w32-vars tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process w32notify w32 multi-tty emacs) Memory information: ((conses 8 150932 5821) (symbols 24 22859 0) (miscs 20 102 150) (strings 16 24546 3867) (string-bytes 1 712166) (vectors 8 13203) (vector-slots 4 417745 4112) (floats 8 134 272) (intervals 28 363 32) (buffers 508 15)) --------------010204050603000908020909 Content-Type: text/plain; charset=windows-1250; name="history_1_01.patch" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="history_1_01.patch" PT09IG1vZGlmaWVkIGZpbGUgJ3NyYy9DaGFuZ2VMb2cnCi0tLSBzcmMvQ2hhbmdlTG9nCTIw MTQtMDUtMDYgMjE6MTM6MzcgKzAwMDAKKysrIHNyYy9DaGFuZ2VMb2cJMjAxNC0wNS0wNyAx MDoxMTozMSArMDAwMApAQCAtMSwzICsxLDkgQEAKKzIwMTQtMDUtMDcgIEphcmVrIEN6ZWth bHNraSAgPGphcmVrY3pla0Bwb2N6dGEub25ldC5wbD4KKworCUZpeCBpbml0aWFsaXphdGlv biBvZiBtaW5pYnVmZmVyIGhpc3RvcnkgdmFyaWFibGUgKEJ1ZyN4eHh4eCkuCisJKiBtaW5p YnVmLmMgKHJlYWRfbWluaWJ1Zik6IEluaXRpYWxpemUgaGlzdHZhbCB0byBRbmlsIGlmIHVu Ym91bmQuCisJTW92ZSB0aGUgaW5pdGlhbGl6YXRpb24gdXAgdG8gcHJldmVudCBhbnkgInZh bHVlIHZvaWQiIG1lc3NhZ2UuCisKIDIwMTQtMDUtMDYgIFBhdWwgRWdnZXJ0ICA8ZWdnZXJ0 QGNzLnVjbGEuZWR1PgogCiAJKiBpbWFnZS5jOiBEbyBub3QgdXNlIGxpYnBuZyBpZiBIQVZF X05TLCBhcyBOUyBkb2VzIGl0cyBvd24gdGhpbmcuCgo9PT0gbW9kaWZpZWQgZmlsZSAnc3Jj L21pbmlidWYuYycKLS0tIHNyYy9taW5pYnVmLmMJMjAxNC0wMy0yMSAxNzowNDo1MCArMDAw MAorKysgc3JjL21pbmlidWYuYwkyMDE0LTA1LTA3IDEwOjA5OjUwICswMDAwCkBAIC0zODQs NiArMzg0LDcgQEAKICAgRU1BQ1NfSU5UIHBvcyA9IDA7CiAgIC8qIFN0cmluZyB0byBhZGQg dG8gdGhlIGhpc3RvcnkuICAqLwogICBMaXNwX09iamVjdCBoaXN0c3RyaW5nOworICBMaXNw X09iamVjdCBoaXN0dmFsOwogCiAgIExpc3BfT2JqZWN0IGVtcHR5X21pbmlidWY7CiAgIExp c3BfT2JqZWN0IGR1bW15LCBmcmFtZTsKQEAgLTUzNSw2ICs1MzYsMTMgQEAKICAgaWYgKCFO SUxQIChWbWluaWJ1ZmZlcl9jb21wbGV0aW5nX2ZpbGVfbmFtZSkpCiAgICAgVm1pbmlidWZm ZXJfY29tcGxldGluZ19maWxlX25hbWUgPSBRbGFtYmRhOwogCisgIC8qIElmIHZhcmlhYmxl IGlzIHVuYm91bmQsIG1ha2UgaXQgbmlsLiAgKi8KKyAgaGlzdHZhbCA9IGZpbmRfc3ltYm9s X3ZhbHVlIChWbWluaWJ1ZmZlcl9oaXN0b3J5X3ZhcmlhYmxlKTsKKyAgaWYgKEVRIChoaXN0 dmFsLCBRdW5ib3VuZCkpIHsKKyAgICBGc2V0IChWbWluaWJ1ZmZlcl9oaXN0b3J5X3Zhcmlh YmxlLCBRbmlsKTsKKyAgICBoaXN0dmFsID0gUW5pbDsKKyAgfQorCiAgIGlmIChpbmhlcml0 X2lucHV0X21ldGhvZCkKICAgICB7CiAgICAgICAvKiBgY3VycmVudC1pbnB1dC1tZXRob2Qn IGlzIGJ1ZmZlciBsb2NhbC4gIFNvLCByZW1lbWJlciBpdCBpbgpAQCAtNzAzLDEzICs3MTEs NiBAQAogICAgIHsKICAgICAgIC8qIElmIHRoZSBjYWxsZXIgd2FudGVkIHRvIHNhdmUgdGhl IHZhbHVlIHJlYWQgb24gYSBoaXN0b3J5IGxpc3QsCiAJIHRoZW4gZG8gc28gaWYgdGhlIHZh bHVlIGlzIG5vdCBhbHJlYWR5IHRoZSBmcm9udCBvZiB0aGUgbGlzdC4gICovCi0gICAgICBM aXNwX09iamVjdCBoaXN0dmFsOwotCi0gICAgICAvKiBJZiB2YXJpYWJsZSBpcyB1bmJvdW5k LCBtYWtlIGl0IG5pbC4gICovCi0KLSAgICAgIGhpc3R2YWwgPSBmaW5kX3N5bWJvbF92YWx1 ZSAoVm1pbmlidWZmZXJfaGlzdG9yeV92YXJpYWJsZSk7Ci0gICAgICBpZiAoRVEgKGhpc3R2 YWwsIFF1bmJvdW5kKSkKLQlGc2V0IChWbWluaWJ1ZmZlcl9oaXN0b3J5X3ZhcmlhYmxlLCBR bmlsKTsKIAogICAgICAgLyogVGhlIHZhbHVlIG9mIHRoZSBoaXN0b3J5IHZhcmlhYmxlIG11 c3QgYmUgYSBjb25zIG9yIG5pbC4gIE90aGVyCiAJIHZhbHVlcyBhcmUgdW5hY2NlcHRhYmxl LiAgV2Ugc2lsZW50bHkgaWdub3JlIHRoZXNlIHZhbHVlcy4gICovCgo= --------------010204050603000908020909-- From debbugs-submit-bounces@debbugs.gnu.org Wed May 07 09:56:07 2014 Received: (at 17430) by debbugs.gnu.org; 7 May 2014 13:56:07 +0000 Received: from localhost ([127.0.0.1]:54383 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wi2KN-0002vW-0K for submit@debbugs.gnu.org; Wed, 07 May 2014 09:56:07 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.181]:7432) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wi2KJ-0002r2-Bs for 17430@debbugs.gnu.org; Wed, 07 May 2014 09:56:04 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArYGAIDvNVO4rwut/2dsb2JhbABZgwaDSr0vgw6BFxd0giUBAQEBAgFWIwULCzQSFBgNJIgECNIZF456B4Q4BKkZgWqDTCE X-IPAS-Result: ArYGAIDvNVO4rwut/2dsb2JhbABZgwaDSr0vgw6BFxd0giUBAQEBAgFWIwULCzQSFBgNJIgECNIZF456B4Q4BKkZgWqDTCE X-IronPort-AV: E=Sophos;i="4.97,753,1389762000"; d="scan'208";a="61737050" Received: from 184-175-11-173.dsl.teksavvy.com (HELO pastel.home) ([184.175.11.173]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 07 May 2014 09:55:57 -0400 Received: by pastel.home (Postfix, from userid 20848) id 65E696054B; Wed, 7 May 2014 09:55:57 -0400 (EDT) From: Stefan Monnier To: Jarek Czekalski Subject: Re: bug#17430: 24.4.50; minibuffer history forgets the first entry Message-ID: References: <536A13F3.4090902@poczta.onet.pl> Date: Wed, 07 May 2014 09:55:57 -0400 In-Reply-To: <536A13F3.4090902@poczta.onet.pl> (Jarek Czekalski's message of "Wed, 07 May 2014 13:07:31 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 17430 Cc: 17430@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) > The history value is not properly initialized. Seems like r87775 > introduced a regression, because histval is not set to nil in minibuf.c. Indeed, thanks. > Stefan, could you review the patch? If I am to commit this, to which > branch? emacs-24? Looks good. Please install on emacs-24. But please also just initialize the variable directly in its declaration, as in: Lisp_Object histval = find_symbol_value (Vminibuffer_history_variable); -- Stefan From debbugs-submit-bounces@debbugs.gnu.org Wed May 07 11:11:08 2014 Received: (at 17430-done) by debbugs.gnu.org; 7 May 2014 15:11:08 +0000 Received: from localhost ([127.0.0.1]:54669 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wi3Ux-0005JT-S2 for submit@debbugs.gnu.org; Wed, 07 May 2014 11:11:08 -0400 Received: from smtpo15.poczta.onet.pl ([213.180.142.146]:34815) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wi3Uu-0005Is-IU for 17430-done@debbugs.gnu.org; Wed, 07 May 2014 11:11:05 -0400 Received: from [192.168.17.9] (cj.e-siemianowice.pl [95.215.234.30]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jarekczek@poczta.onet.pl) by smtp.poczta.onet.pl (Onet) with ESMTPSA id 3gP1TX43S2zZ1MCy for <17430-done@debbugs.gnu.org>; Wed, 7 May 2014 17:10:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=poczta.onet.pl; s=2011; t=1399475458; bh=zlti1V8bjvZPwRAS8ikaMw4GAt3QSqNB+yhIWH+7OYU=; h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type: Content-Transfer-Encoding; b=aoR7DX8CyVmiFo71ePjcXypMo2KkFc3huM1mlEfj6boWMIgQUFYhLzQJsCKsGHJRD rkINcDBsb1tvwT/Nc14utuC297P3hvBifuaV/Tpb7x3wJoV2PD2m5w9wkismqo7TJM 5mSXUKJ/ANK53E8seGPjovY/xL3+OzQRLu34L7wg= Message-ID: <536A4CFE.8090000@poczta.onet.pl> Date: Wed, 07 May 2014 17:10:54 +0200 From: Jarek Czekalski User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: 17430-done@debbugs.gnu.org Subject: 24.4.50; minibuffer history forgets the first entry Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 0.6 (/) X-Debbugs-Envelope-To: 17430-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.6 (/) Applied as r117077 to emacs-24 branch [1]. Will be included in version 24.4. http://bzr.savannah.gnu.org/lh/emacs/emacs-24/revision/117077 From debbugs-submit-bounces@debbugs.gnu.org Wed May 07 11:44:00 2014 Received: (at control) by debbugs.gnu.org; 7 May 2014 15:44:00 +0000 Received: from localhost ([127.0.0.1]:54701 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wi40l-0006MZ-Vb for submit@debbugs.gnu.org; Wed, 07 May 2014 11:44:00 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:55784 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wi40j-0006MO-PF for control@debbugs.gnu.org; Wed, 07 May 2014 11:43:58 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Wi40j-0004V2-2I for control@debbugs.gnu.org; Wed, 07 May 2014 11:43:57 -0400 Date: Wed, 07 May 2014 11:43:57 -0400 Message-Id: Subject: control message for bug 17432 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -5.7 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.7 (-----) forcemerge 17430 17432 From debbugs-submit-bounces@debbugs.gnu.org Wed May 07 15:37:52 2014 Received: (at 17430) by debbugs.gnu.org; 7 May 2014 19:37:52 +0000 Received: from localhost ([127.0.0.1]:54833 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wi7f5-00062E-J3 for submit@debbugs.gnu.org; Wed, 07 May 2014 15:37:51 -0400 Received: from smtp.cs.ucla.edu ([131.179.128.62]:34190) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wi7f2-00061x-1c for 17430@debbugs.gnu.org; Wed, 07 May 2014 15:37:48 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id EA3FAA6000A; Wed, 7 May 2014 12:37:41 -0700 (PDT) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YyFBqidBcKqD; Wed, 7 May 2014 12:37:33 -0700 (PDT) Received: from penguin.cs.ucla.edu (Penguin.CS.UCLA.EDU [131.179.64.200]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id 6BB2839E801A; Wed, 7 May 2014 12:37:33 -0700 (PDT) Message-ID: <536A8B7A.6030302@cs.ucla.edu> Date: Wed, 07 May 2014 12:37:30 -0700 From: Paul Eggert Organization: UCLA Computer Science Department User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Stefan Monnier , Jarek Czekalski Subject: Re: [Emacs-diffs] emacs-24 r117077: Fix initialization of minibuffer history variable, bug #17430. References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -3.0 (---) X-Debbugs-Envelope-To: 17430 Cc: 17430@debbugs.gnu.org, Emacs development discussions X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.0 (---) On 05/07/2014 11:30 AM, Stefan Monnier wrote: > Emacs currently presumes a C version that doesn't allow such > "declarations after statements". Thanks, fixed in emacs-24 bzr 117079. Indenting fixed too. From unknown Sat Aug 16 10:47:13 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 05 Jun 2014 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator