From unknown Fri Aug 15 15:35:02 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#1907: 23.0.60; bibtex failed on this bib entry Reply-To: Leo , 1907@debbugs.gnu.org Resent-From: Leo Original-Sender: "Leo, Shidai Liu" Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Wed, 14 Jan 2009 22:45:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: report 1907 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.123197269420302 (code B ref -1); Wed, 14 Jan 2009 22:45:03 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 14 Jan 2009 22:38:14 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.1 required=4.0 tests=FOURLA,FVGT_m_MULTI_ODD autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n0EMcAMA020294 for ; Wed, 14 Jan 2009 14:38:11 -0800 Received: from mail.gnu.org ([199.232.76.166]:59015 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1LNELv-0005h0-SW for emacs-pretest-bug@gnu.org; Wed, 14 Jan 2009 17:36:48 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1LNENB-0001Fl-Jm for emacs-pretest-bug@gnu.org; Wed, 14 Jan 2009 17:38:08 -0500 Received: from ppsw-7.csi.cam.ac.uk ([131.111.8.137]:55031) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LNENB-0001FP-4T for emacs-pretest-bug@gnu.org; Wed, 14 Jan 2009 17:38:05 -0500 X-Cam-AntiVirus: no malware found X-Cam-SpamDetails: not scanned X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Received: from [121.207.27.61] (port=21953 helo=localhost) by ppsw-7.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.157]:587) with esmtpsa (PLAIN:sl392) (TLSv1:DHE-RSA-AES128-SHA:128) id 1LNEN8-00027X-Md (Exim 4.70) for emacs-pretest-bug@gnu.org (return-path ); Wed, 14 Jan 2009 22:38:03 +0000 From: Leo To: emacs-pretest-bug@gnu.org Date: Thu, 15 Jan 2009 06:37:55 +0800 Message-ID: <838wpdtsxo.fsf@cam.ac.uk> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (windows-nt) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: "Leo, Shidai Liu" X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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: In BibTeX-mode run C-c C-c on this entry to get the backtrace. @misc{dingle1976qeh, title={{Quantum effects in heterostructure lasers}}, author={Dingle, R. and Henry, C.H.}, year={1976}, month=sep # "~21", publisher={Google Patents}, note={US Patent 3,982,207} } The bib entry can also be obtained from the following link http://scholar.google.com/scholar.bib?hl=en&lr=&newwindow=1&output=search&q=info:O42N6xYt09QJ:scholar.google.com/&output=citation&oe=ASCII&oi=citation Backtrace: Debugger entered--Lisp error: (scan-error "Unbalanced parentheses" 143 210) scan-sexps(143 1) forward-sexp(1) bibtex-parse-field-string() bibtex-parse-field-text() bibtex-parse-association(bibtex-parse-field-name bibtex-parse-field-text) bibtex-parse-field() bibtex-valid-entry(t) bibtex-end-of-entry() bibtex-fill-entry() bibtex-format-entry() (cond ((bibtex-string= entry-type "preamble") (error "No clean up of @Preamble entries")) ((bibtex-string= entry-type "string") (setq entry-type ...)) (t (bibtex-format-entry))) (let ((case-fold-search t) (start ...) (_ ...) (entry-type ...) (key ...)) (cond (... ...) (... ...) (t ...)) (when (or new-key ...) (setq key ...) (if ... ...) (save-excursion ... ... ...)) (unless called-by-reformat (let* ... ... ... ... ...) (if bibtex-clean-entry-hook ...))) bibtex-clean-entry(nil) call-interactively(bibtex-clean-entry nil nil) 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 d:/Applications/emacs/etc/DEBUG for instructions. In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600) of 2008-12-14 on BREPNB Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (3.4)' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: ENG value of $XMODIFIERS: nil locale-coding-system: cp1252 default-enable-multibyte-characters: t Major mode: BibTeX Minor modes in effect: diff-auto-refine-mode: t TeX-PDF-mode: t dired-omit-mode: t recentf-mode: t icomplete-mode: t savehist-mode: t display-time-mode: t xterm-mouse-mode: t delete-selection-mode: t global-auto-revert-mode: t minibuffer-depth-indicate-mode: t which-function-mode: t show-paren-mode: t rcirc-track-minor-mode: t shell-dirtrack-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: SPC SPC C-c C-c q C-c C-c C-c C-u C-c C-e M C-h C-w C-x C-o C-x C-o C-c C-c M-w M-w w C-c C-u C-y C-c C-c C-x C-s M-x r e p o r b u Recent messages: Back to top level. Used for reference key creation if author and editor fields are missing Mark set From unknown Fri Aug 15 15:35:02 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#1907: 23.0.60; bibtex failed on this bib entry Reply-To: Chong Yidong , 1907@debbugs.gnu.org Resent-From: Chong Yidong Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Thu, 15 Jan 2009 14:15:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 1907 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 1907-submit@emacsbugs.donarmstrong.com id=B1907.123202852711208 (code B ref 1907); Thu, 15 Jan 2009 14:15:03 +0000 Received: (at 1907) by emacsbugs.donarmstrong.com; 15 Jan 2009 14:08:47 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: * X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=1.0 required=4.0 tests=FVGT_m_MULTI_ODD,GMAIL autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n0FE8i8B011195 for <1907@emacsbugs.donarmstrong.com>; Thu, 15 Jan 2009 06:08:45 -0800 Received: by cyd.mit.edu (Postfix, from userid 1000) id D5BDF57E21A; Thu, 15 Jan 2009 09:09:01 -0500 (EST) From: Chong Yidong To: Roland Winkler Cc: Leo , 1907@debbugs.gnu.org Date: Thu, 15 Jan 2009 09:09:01 -0500 Message-ID: <871vv4oe4i.fsf@cyd.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Hi Roland, could you take a look at this bug report? Thanks. Leo wrote: > In BibTeX-mode run C-c C-c on this entry to get the backtrace. > > @misc{dingle1976qeh, > title={{Quantum effects in heterostructure lasers}}, > author={Dingle, R. and Henry, C.H.}, > year={1976}, > month=sep # "~21", > publisher={Google Patents}, > note={US Patent 3,982,207} > } > > The bib entry can also be obtained from the following link > http://scholar.google.com/scholar.bib?hl=en&lr=&newwindow=1&output=search&q=info:O42N6xYt09QJ:scholar.google.com/&output=citation&oe=ASCII&oi=citation > > Backtrace: > > Debugger entered--Lisp error: (scan-error "Unbalanced parentheses" 143 > 210) > scan-sexps(143 1) > forward-sexp(1) > bibtex-parse-field-string() > bibtex-parse-field-text() > bibtex-parse-association(bibtex-parse-field-name > bibtex-parse-field-text) > bibtex-parse-field() > bibtex-valid-entry(t) > bibtex-end-of-entry() > bibtex-fill-entry() > bibtex-format-entry() > (cond ((bibtex-string= entry-type "preamble") (error "No clean up of > @Preamble entries")) ((bibtex-string= entry-type "string") (setq > entry-type ...)) (t (bibtex-format-entry))) > (let ((case-fold-search t) (start ...) (_ ...) (entry-type ...) (key > ...)) (cond (... ...) (... ...) (t ...)) (when (or new-key ...) (setq > key ...) (if ... ...) (save-excursion ... ... ...)) (unless > called-by-reformat (let* ... ... ... ... ...) (if > bibtex-clean-entry-hook ...))) > bibtex-clean-entry(nil) > call-interactively(bibtex-clean-entry nil nil) From unknown Fri Aug 15 15:35:02 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#1907: 23.0.60; bibtex failed on this bib entry Reply-To: Glenn Morris , 1907@debbugs.gnu.org Resent-From: Glenn Morris Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Thu, 15 Jan 2009 23:25:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 1907 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 1907-submit@emacsbugs.donarmstrong.com id=B1907.123206154225076 (code B ref 1907); Thu, 15 Jan 2009 23:25:03 +0000 Received: (at 1907) by emacsbugs.donarmstrong.com; 15 Jan 2009 23:19:02 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-6.0 required=4.0 tests=HAS_BUG_NUMBER, X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n0FNIxXI025070 for <1907@emacsbugs.donarmstrong.com>; Thu, 15 Jan 2009 15:19:00 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LNbSy-0002i6-2f; Thu, 15 Jan 2009 18:17:36 -0500 From: Glenn Morris To: 1907@debbugs.gnu.org, Roland Winkler , Leo References: <871vv4oe4i.fsf@cyd.mit.edu> X-Spook: eternity server AUTODIN president CID Crypto AG clones X-Ran: PPfah6rXCIoGFdV1PYOfp\Aen!se!]P^Q8S:z*+!~YG.i!Z;v-Rm=ifBiY (Chong Yidong's message of "Thu, 15 Jan 2009 09:09:01 -0500") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii I can't reproduce this in the current cvs started with -Q. From unknown Fri Aug 15 15:35:02 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#1907: 23.0.60; bibtex failed on this bib entry Reply-To: Leo , 1907@debbugs.gnu.org Resent-From: Leo Original-Sender: news Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Fri, 16 Jan 2009 01:50:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 1907 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.12320703734527 (code B ref -1); Fri, 16 Jan 2009 01:50:04 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 16 Jan 2009 01:46:13 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-3.0 required=4.0 tests=HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n0G1k8d8004521 for ; Thu, 15 Jan 2009 17:46:10 -0800 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LNdmh-0001lq-Ny for bug-gnu-emacs@gnu.org; Thu, 15 Jan 2009 20:46:07 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LNdmf-0001jU-PF for bug-gnu-emacs@gnu.org; Thu, 15 Jan 2009 20:46:07 -0500 Received: from [199.232.76.173] (port=41421 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNdmf-0001jR-IX for bug-gnu-emacs@gnu.org; Thu, 15 Jan 2009 20:46:05 -0500 Received: from main.gmane.org ([80.91.229.2]:45141 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LNdmf-0001xx-3N for bug-gnu-emacs@gnu.org; Thu, 15 Jan 2009 20:46:05 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LNdmX-0005Ad-UN for bug-gnu-emacs@gnu.org; Fri, 16 Jan 2009 01:45:58 +0000 Received: from smaug.linux.pwf.cam.ac.uk ([193.60.95.72]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Jan 2009 01:45:57 +0000 Received: from sdl.web by smaug.linux.pwf.cam.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Jan 2009 01:45:57 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: bug-gnu-emacs@gnu.org From: Leo Date: Fri, 16 Jan 2009 01:45:48 +0000 Organization: University of Cambridge Lines: 20 Message-ID: References: <871vv4oe4i.fsf@cyd.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: smaug.linux.pwf.cam.ac.uk User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:5fXXH/M0ajYLFECqRP5tWh2Hdws= Sender: news X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) On 2009-01-15 14:09 +0000, Chong Yidong wrote: > Hi Roland, could you take a look at this bug report? > > Thanks. [...] On 2009-01-15 23:17 +0000, Glenn Morris wrote: > I can't reproduce this in the current cvs started with -Q. Please set the following: (setq bibtex-entry-format (append '(opts-or-alts required-fields numerical-fields) '(whitespace realign delimiters unify-case))) I can reproduce this with GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600) of 2008-12-14 on BREPNB. -- .: Leo :. [ sdl.web AT gmail.com ] .: I use Emacs :. From unknown Fri Aug 15 15:35:02 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#1907: 23.0.60; bibtex failed on this bib entry Reply-To: Glenn Morris , 1907@debbugs.gnu.org Resent-From: Glenn Morris Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Fri, 16 Jan 2009 02:35:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 1907 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 1907-submit@emacsbugs.donarmstrong.com id=B1907.123207301016934 (code B ref 1907); Fri, 16 Jan 2009 02:35:03 +0000 Received: (at 1907) by emacsbugs.donarmstrong.com; 16 Jan 2009 02:30:10 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-3.0 required=4.0 tests=HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n0G2U7Aw016651 for <1907@emacsbugs.donarmstrong.com>; Thu, 15 Jan 2009 18:30:09 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LNeRw-0002EO-5R; Thu, 15 Jan 2009 21:28:44 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18799.61660.119141.747593@fencepost.gnu.org> Date: Thu, 15 Jan 2009 21:28:44 -0500 From: Glenn Morris To: Leo , 1907@debbugs.gnu.org CC: Roland Winkler In-Reply-To: References: <871vv4oe4i.fsf@cyd.mit.edu> Leo wrote (on Fri, 16 Jan 2009 at 01:45 +0000): > Please set the following: In future, please provide all the relevant information in the initial report. This usually a complete, concise recipe starting from emacs -Q: emacs -Q --eval "(setq bibtex-entry-format '(delimiters))" file.bib where file.bib contains: @misc{foo, month=sep # "~21", } From unknown Fri Aug 15 15:35:02 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#1907: 23.0.60; bibtex failed on this bib entry Reply-To: "Roland Winkler" , 1907@debbugs.gnu.org Resent-From: "Roland Winkler" Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Fri, 16 Jan 2009 14:40:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 1907 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 1907-submit@emacsbugs.donarmstrong.com id=B1907.123211624732656 (code B ref 1907); Fri, 16 Jan 2009 14:40:04 +0000 Received: (at 1907) by emacsbugs.donarmstrong.com; 16 Jan 2009 14:30:47 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: * X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=1.0 required=4.0 tests=GMAIL,MURPHY_DRUGS_REL8 autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from tfkpsv.physik.uni-erlangen.de (tfkpsv.physik.uni-erlangen.de [131.188.164.197]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n0GEUbvU032646 for <1907@emacsbugs.donarmstrong.com>; Fri, 16 Jan 2009 06:30:39 -0800 Received: from tfkp04.physik.uni-erlangen.de (tfkp04.physik.uni-erlangen.de [131.188.164.204]) by tfkpsv.physik.uni-erlangen.de (Postfix) with ESMTP id 6592221542; Fri, 16 Jan 2009 15:30:35 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18800.39433.665874.814555@tfkp04.physik.uni-erlangen.de> Date: Fri, 16 Jan 2009 15:30:33 +0100 From: "Roland Winkler" To: Leo Cc: Chong Yidong , Glenn Morris , 1907@debbugs.gnu.org In-Reply-To: <871vv4oe4i.fsf@cyd.mit.edu> References: <871vv4oe4i.fsf@cyd.mit.edu> X-Mailer: VM 8.0.9 under Emacs 22.2.1 (i686-pc-linux-gnu) Leo wrote: > In BibTeX-mode run C-c C-c on this entry to get the backtrace. > > @misc{dingle1976qeh, > title={{Quantum effects in heterostructure lasers}}, > author={Dingle, R. and Henry, C.H.}, > year={1976}, > month=sep # "~21", > publisher={Google Patents}, > note={US Patent 3,982,207} > } I've installed a patch that should handle properly concatenated fields like the above month field. Does it work for you? Thanks, Roland From unknown Fri Aug 15 15:35:02 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#1907: 23.0.60; bibtex failed on this bib entry Reply-To: Leo , 1907@debbugs.gnu.org Resent-From: Leo Original-Sender: "Leo, Shidai Liu" Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Fri, 16 Jan 2009 17:20:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 1907 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 1907-submit@emacsbugs.donarmstrong.com id=B1907.123212609311266 (code B ref 1907); Fri, 16 Jan 2009 17:20:04 +0000 Received: (at 1907) by emacsbugs.donarmstrong.com; 16 Jan 2009 17:14:53 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.0 required=4.0 tests=GMAIL,HAS_BUG_NUMBER, MURPHY_DRUGS_REL8 autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from ppsw-5.csi.cam.ac.uk (ppsw-5.csi.cam.ac.uk [131.111.8.135]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n0GHEodu011260 for <1907@emacsbugs.donarmstrong.com>; Fri, 16 Jan 2009 09:14:51 -0800 X-Cam-AntiVirus: no malware found X-Cam-SpamDetails: not scanned X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Received: from smaug.linux.pwf.cam.ac.uk ([193.60.95.72]:57987) by ppsw-5.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.155]:587) with esmtpsa (LOGIN:sl392) (TLSv1:DHE-RSA-AES256-SHA:256) id 1LNsHQ-0006DJ-J5 (Exim 4.70) (return-path ); Fri, 16 Jan 2009 17:14:48 +0000 From: Leo To: Roland Winkler Cc: 1907@debbugs.gnu.org, Chong Yidong References: <871vv4oe4i.fsf@cyd.mit.edu> <18800.39433.665874.814555@tfkp04.physik.uni-erlangen.de> Date: Fri, 16 Jan 2009 17:14:48 +0000 In-Reply-To: <18800.39433.665874.814555@tfkp04.physik.uni-erlangen.de> (Roland Winkler's message of "Fri, 16 Jan 2009 15:30:33 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: "Leo, Shidai Liu" On 2009-01-16 14:30 +0000, Roland Winkler wrote: > Leo wrote: >> In BibTeX-mode run C-c C-c on this entry to get the backtrace. >> >> @misc{dingle1976qeh, > >> title={{Quantum effects in heterostructure lasers}}, >> author={Dingle, R. and Henry, C.H.}, >> year={1976}, >> month=sep # "~21", >> publisher={Google Patents}, >> note={US Patent 3,982,207} >> } > > I've installed a patch that should handle properly concatenated > fields like the above month field. Does it work for you? Yes. Thank you for the fix. > > Thanks, > > Roland -- .: Leo :. [ sdl.web AT gmail.com ] .: I use Emacs :. From cyd@stupidchicken.com Fri Jan 16 09:19:26 2009 Received: (at control) by emacsbugs.donarmstrong.com; 16 Jan 2009 17:19:26 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.0 required=4.0 tests=none autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n0GHJNLt012471 for ; Fri, 16 Jan 2009 09:19:24 -0800 Received: by cyd.mit.edu (Postfix, from userid 1000) id 54E2257E205; Fri, 16 Jan 2009 12:19:42 -0500 (EST) From: Chong Yidong To: control@debbugs.gnu.org Subject: close 1907 Date: Fri, 16 Jan 2009 12:19:42 -0500 Message-ID: <87iqofb235.fsf@cyd.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii close 1907 thanks