From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: revert-buffer fails on cvs controlled .tex file Date: Mon, 03 Dec 2007 14:35:34 -0800 Message-ID: <200712032235.lB3MZZre006484@oogie-boogie.ics.uci.edu> References: <1ce81abb0712011352n550ce34s358f29a5bd8c8ad9@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1196721442 30176 80.91.229.12 (3 Dec 2007 22:37:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Dec 2007 22:37:22 +0000 (UTC) To: "David Rideout" , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 03 23:37:29 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 1IzJuj-00058n-Vz for ged-emacs-devel@m.gmane.org; Mon, 03 Dec 2007 23:37:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IzJuT-0005DZ-L3 for ged-emacs-devel@m.gmane.org; Mon, 03 Dec 2007 17:37:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IzJuP-0005Bx-5A for emacs-devel@gnu.org; Mon, 03 Dec 2007 17:37:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IzJuO-0005B4-OG for emacs-devel@gnu.org; Mon, 03 Dec 2007 17:37:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IzJuO-0005Ag-5p for emacs-devel@gnu.org; Mon, 03 Dec 2007 17:37:00 -0500 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IzJuM-0006s8-VN for emacs-devel@gnu.org; Mon, 03 Dec 2007 17:36:59 -0500 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id lB3MZZre006484; Mon, 3 Dec 2007 14:35:35 -0800 (PST) In-Reply-To: (Richard Stallman's message of "Mon, 03 Dec 2007 01:10:49 -0500") Original-Lines: 65 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-0.617, required 5, autolearn=disabled, ALL_TRUSTED -1.44, FU_LONG_QUERY 0.82) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 9 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:84614 Archived-At: Richard Stallman writes: > Would someone please fix this, then ack? > > Message-ID: <1ce81abb0712011352n550ce34s358f29a5bd8c8ad9@mail.gmail.com> > Date: Sat, 1 Dec 2007 16:52:05 -0500 > From: "David Rideout" > To: bug-gnu-emacs@gnu.org > MIME-Version: 1.0 > Content-Type: text/plain; charset=ISO-8859-1 > Content-Disposition: inline > Subject: revert-buffer fails on cvs controlled .tex file > > 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 bug-gnu-emacs@gnu.org mailing list, > and to the gnu.emacs.bug news group. > > Please describe exactly what actions triggered the bug > and the precise symptoms of the bug: > ------------------------------------------------------------------------------- > First I launch emacs, loading a cvs controlled .tex file 'turtles.tex': > > emacs -q -no-site-file turtles.tex > > The status bar reads 'CVS:1.35', so emacs recognizes this file as controlled > by cvs. > > Then I enter M-x revert-buffer. I answer 'yes' to the prompt, and get an > error: > > coding-system-get: Wrong type argument: arrayp, nil > > The file does not revert. I cannot reproduce this. Does the turtles.tex file have any local variables that deal with the coding system? > ------------------------------------------------------------------------------- > 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 > /usr/share/emacs/22.1/etc/DEBUG for instructions. > > > In GNU Emacs 22.1.1 (i386-redhat-linux-gnu, GTK+ Version 2.10.14) > of 2007-11-06 on xenbuilder2.fedora.redhat.com > Windowing system distributor `The X.Org Foundation', version 11.0.10300000 > configured using `configure '--build=i386-redhat-linux-gnu' > '--host=i386-redhat-linux-gnu' '--target=i386-redhat-linux-gnu' > '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' > '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' > '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' > '--libexecdir=/usr/libexec' '--localstatedir=/var' > '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' > '--infodir=/usr/share/info' '--with-pop' '--with-sound' '--with-gtk' > 'build_alias=i386-redhat-linux-gnu' 'host_alias=i386-redhat-linux-gnu' > 'target_alias=i386-redhat-linux-gnu' 'CFLAGS=-DMAIL_USE_LOCKF > -DSYSTEM_PURESIZE_EXTRA=16777216 -O2 -g -pipe -Wall ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Hmm, this looks like a huge waste, I'll report it to Fedora.