help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

TAGS and generic procedures


From: Gareth Owen
Subject: TAGS and generic procedures
Date: 12 Dec 2002 18:22:24 +0000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

Is there a tags program that produces TAGS files that emacs can understand
(like etags) but which understands generic procedurse defined in modules likes
i.e. recognises this:
  interface mathprint
     module procedure cvec_to_math
     module procedure rvec_to_math
     module procedure cvec_no_name
     module procedure ivec_to_math
  end interface

as declaring a procedure called mathprint, and generates a suitable tag?
-- 
Gareth Owen
I don't want to play golf.
When I hit a ball, I want someone else to go chase it.
>From help-gnu-emacs-bounces@gnu.org  Thu Dec 12 13:40:12 2002
Path: 
shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sn-xit-03!sn-xit-06!sn-post-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail
From: Tom Oswald <toswald@sharplabs.com>
Newsgroups: gnu.emacs.help
Date: Thu, 12 Dec 2002 10:55:30 -0800
Organization: Posted via Supernews, http://www.supernews.com
Message-ID: <uvhlqq60d6s26e@corp.supernews.com>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020827
X-Accept-Language: en-us, en
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Complaints-To: abuse@supernews.com
Lines: 11
Xref: shelby.stanford.edu gnu.emacs.help:108045
To: help-gnu-emacs@gnu.org
Subject: How to set forground in emacs popup queries?
X-BeenThere: help-gnu-emacs@gnu.org
X-Mailman-Version: 2.1b5
Precedence: list
List-Id: Users list for the GNU Emacs text editor <help-gnu-emacs.gnu.org>
List-Help: <mailto:help-gnu-emacs-request@gnu.org?subject=help>
List-Post: <mailto:help-gnu-emacs@gnu.org>
List-Subscribe: <http://mail.gnu.org/mailman/listinfo/help-gnu-emacs>,
        <mailto:help-gnu-emacs-request@gnu.org?subject=subscribe>
List-Archive: <http://mail.gnu.org/pipermail/help-gnu-emacs>
List-Unsubscribe: <http://mail.gnu.org/mailman/listinfo/help-gnu-emacs>,
        <mailto:help-gnu-emacs-request@gnu.org?subject=unsubscribe>
X-List-Received-Date: Thu, 12 Dec 2002 18:40:12 -0000

In my .Xdefaults the following code effects mouse popups.

        Emacs*popup.foreground:          black
        Emacs*popup.background:          LightGray

However, it does not effect the popups that query whether you want to 
continue to delete a modified buffer.  What environment setting would 
effect these type of popups?

Tom


reply via email to

[Prev in Thread] Current Thread [Next in Thread]