comp.lang.ada
 help / color / mirror / Atom feed
From: Simon Wright <simon@pushface.org>
Subject: Re: Emacs new Ada mode refuses to highlight comments
Date: 15 Aug 2002 20:08:13 +0100
Date: 2002-08-15T20:08:13+01:00	[thread overview]
Message-ID: <x7v65ycx7mq.fsf@pushface.org> (raw)
In-Reply-To: 3d5ae251.20793290@news.demon.co.uk

john@nospam.assen.demon.co.uk.nospam (John McCabe) writes:

> However I would suggest this is a bug, as changing the above line
> from:
> 
> (if (listp which-func-modes)
>     (add-to-list 'which-func-modes 'ada-mode))
> 
> to:
> 
> (if (boundp 'which-func-modes)
>     (if (listp which-func-modes)
>         (add-to-list 'which-func-modes 'ada-mode)))

This is very like the fix in the supported version (3.15a here):

    (if (and (boundp 'which-func-modes)
	     (listp which-func-modes))
	(add-to-list 'which-func-modes 'ada-mode))
    )



  reply	other threads:[~2002-08-15 19:08 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <ur8hcdl53.fsf@gsfc.nasa.gov>
     [not found] ` <YlT39.326$_R5.28416290@newssvr13.news.prodigy.com>
     [not found]   ` <aiqipm$jre$1@rdel.co.uk>
2002-08-14  3:19     ` Task reschedule Randy Brukardt
2002-08-14  3:40       ` Emacs new Ada mode refuses to highlight comments Eric Merritt
2002-08-14  9:18         ` John McCabe
2002-08-14 14:02           ` Eric Merritt
2002-08-14 15:58             ` John McCabe
2002-08-14 16:51               ` Eric Merritt
2002-08-14 23:40                 ` John McCabe
2002-08-15 19:08                   ` Simon Wright [this message]
2002-08-16  8:09                     ` John McCabe
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox