GNU bug report logs - #28267
26.0.50; Perhaps `semantic-format-tag-custom-list' should use `function-item' types?

Previous Next

Package: emacs;

Reported by: Samuel Bronson <naesten <at> gmail.com>

Date: Mon, 28 Aug 2017 19:48:02 UTC

Severity: minor

Tags: fixed

Found in version 26.0.50

Fixed in version 27.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Samuel Bronson <naesten <at> gmail.com>
Cc: 28267 <at> debbugs.gnu.org
Subject: bug#28267: 26.0.50; Perhaps `semantic-format-tag-custom-list' should use `function-item' types?
Date: Mon, 15 Jul 2019 13:42:44 +0200
Samuel Bronson <naesten <at> gmail.com> writes:

>  (defvar semantic-format-tag-custom-list
>    (append '(radio)
> -	  (mapcar (lambda (f) (list 'const f))
> +	  (mapcar (lambda (f) (list 'function-item f))
>  		  semantic-format-tag-functions)
>  	  '(function))
>    "A List used by customizable variables to choose a tag to text function.

Thanks; makes sense.  I've now applied it to the Emacs trunk.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




This bug report was last modified 6 years and 30 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.