emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#31699: closed (26.1.50; find-face-definition defau


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#31699: closed (26.1.50; find-face-definition defaults to non-face symbol)
Date: Sat, 09 Jun 2018 06:58:01 +0000

Your message dated Sat, 09 Jun 2018 09:57:34 +0300
with message-id <address@hidden>
and subject line Re: bug#31699: 26.1.50; find-face-definition defaults to 
non-face symbol
has caused the debbugs.gnu.org bug report #31699,
regarding 26.1.50; find-face-definition defaults to non-face symbol
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
31699: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31699
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 26.1.50; find-face-definition defaults to non-face symbol Date: Sun, 03 Jun 2018 19:32:38 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)
The following:

1. emacs -Q
2. M-: (insert "major-mode") RET
3. M-x find-face-definition RET RET

results in the following *Messages* line:

  find-function-search-for-symbol:
    Don’t know where ‘major-mode’ is defined

This is due to find-function-read using (variable-at-point t) instead of
(face-at-point t) to calculate the default completion candidate, even
when given an argument of 'defface.

Patch to follow.

Thanks,

-- 
Basil

In GNU Emacs 26.1.50 (build 1, x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll 
bars)
 of 2018-06-03 built on thunk
Repository revision: 16e8541b743a6beb1926fef53cf1bfaed9c346db
Windowing system distributor 'The X.Org Foundation', version 11.0.11906000
System Description:     Debian GNU/Linux testing (buster)



--- End Message ---
--- Begin Message --- Subject: Re: bug#31699: 26.1.50; find-face-definition defaults to non-face symbol Date: Sat, 09 Jun 2018 09:57:34 +0300
> From: "Basil L. Contovounesios" <address@hidden>
> Date: Sun, 03 Jun 2018 19:39:34 +0100
> 
> "Basil L. Contovounesios" <address@hidden> writes:
> 
> > Patch to follow.
> 
> As promised:

Thanks, pushed to the master branch.


--- End Message ---

reply via email to

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