From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: New tex-bibtex-file in tex-mode.el to take into account TeX-master Date: Mon, 22 Dec 2008 07:16:08 -0500 Message-ID: References: <18766.58637.52194.417250@moose.fleuret.org> <877i5seg8d.fsf@marauder.physik.uni-ulm.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1229948206 19723 80.91.229.12 (22 Dec 2008 12:16:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Dec 2008 12:16:46 +0000 (UTC) Cc: emacs-devel@gnu.org To: Francois Fleuret Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 22 13:17:53 2008 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 1LEjjL-0004nm-Au for ged-emacs-devel@m.gmane.org; Mon, 22 Dec 2008 13:17:51 +0100 Original-Received: from localhost ([127.0.0.1]:46250 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LEji8-0003eU-NG for ged-emacs-devel@m.gmane.org; Mon, 22 Dec 2008 07:16:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LEjhj-0003Uk-9i for emacs-devel@gnu.org; Mon, 22 Dec 2008 07:16:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LEjhh-0003Tn-K2 for emacs-devel@gnu.org; Mon, 22 Dec 2008 07:16:10 -0500 Original-Received: from [199.232.76.173] (port=59700 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LEjhh-0003Tc-DC for emacs-devel@gnu.org; Mon, 22 Dec 2008 07:16:09 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:58799) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LEjhh-0003fB-5o for emacs-devel@gnu.org; Mon, 22 Dec 2008 07:16:09 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArcEABwUT0lMCqBi/2dsb2JhbACBbLtkWIUACIoihQsIgTCBWg X-IronPort-AV: E=Sophos;i="4.36,263,1228107600"; d="scan'208";a="31364026" Original-Received: from 76-10-160-98.dsl.teksavvy.com (HELO pastel.home) ([76.10.160.98]) by ironport2-out.teksavvy.com with ESMTP; 22 Dec 2008 07:16:08 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 73FAA84A4; Mon, 22 Dec 2008 07:16:08 -0500 (EST) In-Reply-To: <877i5seg8d.fsf@marauder.physik.uni-ulm.de> (Reiner Steib's message of "Mon, 22 Dec 2008 10:01:06 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:107179 Archived-At: > Maybe `tex-bibtex-file' and `tex-main-file' could share some code. tex-bibtex-file should use tex-main-file, indeed. BTW, I recommend the use of tex-compile rather than tex-bibtex-file. Stefan