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: bug in international/latexenc.el: latexenc-coding-system-to-inputenc Date: Fri, 07 Dec 2007 10:24:51 -0800 Message-ID: <200712071824.lB7IOqwt014415@oogie-boogie.ics.uci.edu> References: <1ce81abb0712011352n550ce34s358f29a5bd8c8ad9@mail.gmail.com> <200712032235.lB3MZZre006484@oogie-boogie.ics.uci.edu> <1ce81abb0712040726m435266c7y354891e631f53975@mail.gmail.com> <200712041559.lB4Fxf3L013051@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1197052135 24136 80.91.229.12 (7 Dec 2007 18:28:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Dec 2007 18:28:55 +0000 (UTC) Cc: dprideout@gmail.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 07 19:29:04 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 1J0hwa-0004Gf-KX for ged-emacs-devel@m.gmane.org; Fri, 07 Dec 2007 19:29:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J0hwJ-0004FV-Hx for ged-emacs-devel@m.gmane.org; Fri, 07 Dec 2007 13:28:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J0hvv-0003s0-FM for emacs-devel@gnu.org; Fri, 07 Dec 2007 13:28:19 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J0hvu-0003qS-7E for emacs-devel@gnu.org; Fri, 07 Dec 2007 13:28:18 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J0hvu-0003qG-21 for emacs-devel@gnu.org; Fri, 07 Dec 2007 13:28:18 -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 1J0hvo-0007pR-7Z; Fri, 07 Dec 2007 13:28:12 -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 lB7IOqwt014415; Fri, 7 Dec 2007 10:24:52 -0800 (PST) In-Reply-To: (Eli Zaretskii's message of "Tue, 04 Dec 2007 23:22:43 +0200") Original-Lines: 26 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:84842 Archived-At: Eli Zaretskii writes: > > From: Dan Nicolaescu > > Date: Tue, 04 Dec 2007 07:59:40 -0800 > > Cc: emacs-devel@gnu.org > > > > "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. > > Why is that? is it because the argument of > latexenc-coding-system-to-inputenc is nil? Otherwise, I don't see how > it can happen; maybe I'm missing something. My bad (didn't check the results of M-/ properly whey typing this message), the call to coding-system-base is from: latexenc-find-file-coding-system The files needed to reproduce this were attached in a message in this thread, so you could try this. I don't know enough about coding systems to debug this myself.