From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Felix E. Klee" Newsgroups: gmane.emacs.help Subject: Hiding references when editing LaTeX? Date: Wed, 26 Feb 2003 20:15:24 +0100 Organization: (Posted via) INKA e.V. http://www.inka.de/ Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: main.gmane.org 1046287620 13862 80.91.224.249 (26 Feb 2003 19:27:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 26 Feb 2003 19:27:00 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18o7Cl-0003bR-00 for ; Wed, 26 Feb 2003 20:26:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18o778-00016F-06 for gnu-help-gnu-emacs@m.gmane.org; Wed, 26 Feb 2003 14:21:10 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!news.teledanmark.no!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.arcor-online.net!news.belwue.de!news.uni-stuttgart.de!rz.uni-karlsruhe.de!inka.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-NNTP-Posting-Host: puric.inka.de Original-X-Trace: sapa.inka.de 1046286924 4929 193.197.184.17 (26 Feb 2003 19:15:24 GMT) Original-X-Complaints-To: abuse@inka.de Original-NNTP-Posting-Date: 26 Feb 2003 19:15:24 GMT User-Agent: KNode/0.7.1 Original-Xref: shelby.stanford.edu gnu.emacs.help:110660 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:7161 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:7161 Hi, I like to use long names for labels in my LaTeX code. However, I find the corresponding long reference commands disturbing when reading the code. Is it possible to hide these references? An example: Instead of We use equation \ref{SomeVeryVeryLongReference} to show something. I want to see We use equation # to show something. but upon moving the cursor on top of the '#' I want to see We use equation \ref{SomeVeryVeryLongReference} to show something. again. Felix