From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: RefTeX Merge Date: Sun, 23 Sep 2012 14:58:59 -0400 Message-ID: References: <877grkehl2.fsf@caeruleus.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1348426747 31775 80.91.229.3 (23 Sep 2012 18:59:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Sep 2012 18:59:07 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ralf Angeli Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 23 20:59:11 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TFrOV-0003dy-Sb for ged-emacs-devel@m.gmane.org; Sun, 23 Sep 2012 20:59:08 +0200 Original-Received: from localhost ([::1]:41260 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFrOQ-0007L8-Qk for ged-emacs-devel@m.gmane.org; Sun, 23 Sep 2012 14:59:02 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:50876) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFrOO-0007L3-Rw for emacs-devel@gnu.org; Sun, 23 Sep 2012 14:59:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TFrOO-0004DH-3k for emacs-devel@gnu.org; Sun, 23 Sep 2012 14:59:00 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:34170) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFrOO-0004DD-0P for emacs-devel@gnu.org; Sun, 23 Sep 2012 14:59:00 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TFrON-00040L-C1; Sun, 23 Sep 2012 14:58:59 -0400 X-Spook: doctrine Blowpipe S Box unclassified Montenegro DRM X-Ran: Zc\>&1m\F4j6'%p='%J^YpN:j3ZFeNT%k>LflO&07FlR9,lI9pdl0m&'B.:bbA|*Q|Sg&x X-Hue: black X-Attribution: GM In-Reply-To: (Glenn Morris's message of "Sun, 23 Sep 2012 14:48:25 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:153494 Archived-At: Glenn Morris wrote: >> * Macros in Texinfo files >> >> The reftex.texi file of the standalone version uses macros for words >> like TeX, LaTeX, BibTeX and so on. So there is e.g. @BibTeX{} instead >> of Bib@TeX{}. Can those be used in the Emacs repository as well? > > It depends which version of makeinfo they first appeared in. Or maybe you meant user-defined macros? In which case I don't understand why you even need to ask. @macro is already used in several files under Emacs's doc/ directory. @TeX and @LaTeX are standard Texinfo commands already though, so you should not redefine them.