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: bug in international/latexenc.el: latexenc-coding-system-to-inputenc (was: Re: revert-buffer fails on cvs controlled .tex file) Date: Tue, 04 Dec 2007 07:59:40 -0800 Message-ID: <200712041559.lB4Fxf3L013051@oogie-boogie.ics.uci.edu> References: <1ce81abb0712011352n550ce34s358f29a5bd8c8ad9@mail.gmail.com> <200712032235.lB3MZZre006484@oogie-boogie.ics.uci.edu> <1ce81abb0712040726m435266c7y354891e631f53975@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 1196784078 19618 80.91.229.12 (4 Dec 2007 16:01:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 4 Dec 2007 16:01:18 +0000 (UTC) Cc: emacs-devel@gnu.org To: "David Rideout" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 04 17:01:27 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 1IzaCm-0006ar-RR for ged-emacs-devel@m.gmane.org; Tue, 04 Dec 2007 17:01:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IzaCW-0008Qk-7m for ged-emacs-devel@m.gmane.org; Tue, 04 Dec 2007 11:00:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IzaCR-0008P7-S3 for emacs-devel@gnu.org; Tue, 04 Dec 2007 11:00:43 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IzaCO-0008IG-Om for emacs-devel@gnu.org; Tue, 04 Dec 2007 11:00:43 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IzaCO-0008Hs-Ka for emacs-devel@gnu.org; Tue, 04 Dec 2007 11:00:40 -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 1IzaCO-0008Jr-2M for emacs-devel@gnu.org; Tue, 04 Dec 2007 11:00:40 -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 lB4Fxf3L013051; Tue, 4 Dec 2007 07:59:41 -0800 (PST) In-Reply-To: <1ce81abb0712040726m435266c7y354891e631f53975@mail.gmail.com> (David Rideout's message of "Tue, 4 Dec 2007 10:26:46 -0500") Original-Lines: 14 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.23, required 5, autolearn=disabled, ALL_TRUSTED -1.44, FS_GAPPY_2 0.21) 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:84653 Archived-At: "David Rideout" writes: > I enclose the tex file and enough of the CVS/ subdirectory to > reproduce the error. > Indeed the error seems to depend upon the contents of the tex file. international/latexenc.el:latexenc-coding-system-to-inputenc `coding-system-base' gets called with a nil argument. See the example file in the parent of this message. Can someone that knows that code please look into this? Thanks