unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#18724: Emacs 24.4: M-x customize-group paren-showing-faces doesn't allow any editing of the faces.
@ 2014-10-14 21:55 Alan Mackenzie
  2014-10-14 22:13 ` Ivan Shmakov
       [not found] ` <mailman.11144.1413324852.1147.bug-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 5+ messages in thread
From: Alan Mackenzie @ 2014-10-14 21:55 UTC (permalink / raw)
  To: 18724

Hi, Emacs.

In Emacs 24.4, start with -Q.

Do M-x customize-group <RET> paren-showing-faces <RET>.

This now displays the two pertinent faces.  There is, however, no widget
by which they might be edited.

Starting Emacs without -Q doesn't seem to help.

-- 
Alan Mackenzie (Nuremberg, Germany).





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#18724: Emacs 24.4: M-x customize-group paren-showing-faces doesn't allow any editing of the faces.
  2014-10-14 21:55 bug#18724: Emacs 24.4: M-x customize-group paren-showing-faces doesn't allow any editing of the faces Alan Mackenzie
@ 2014-10-14 22:13 ` Ivan Shmakov
       [not found] ` <mailman.11144.1413324852.1147.bug-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 5+ messages in thread
From: Ivan Shmakov @ 2014-10-14 22:13 UTC (permalink / raw)
  To: 18724

>>>>> Alan Mackenzie <acm@muc.de> writes:

 > In Emacs 24.4, start with -Q.

 > Do M-x customize-group <RET> paren-showing-faces <RET>.

 > This now displays the two pertinent faces.  There is, however, no
 > widget by which they might be edited.

 > Starting Emacs without -Q doesn't seem to help.

	Works for me as of the last week’s HEAD – the widgets appear
	when I RET on the “[Show]” buttons.

-- 
FSF associate member #7257  http://boycottsystemd.org/  … 3013 B6A0 230E 334A





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#18724: Emacs 24.4: M-x customize-group paren-showing-faces doesn't allow any editing of the faces.
       [not found] ` <mailman.11144.1413324852.1147.bug-gnu-emacs@gnu.org>
@ 2014-10-14 23:01   ` Alan Mackenzie
  2014-10-14 23:27     ` Ivan Shmakov
  0 siblings, 1 reply; 5+ messages in thread
From: Alan Mackenzie @ 2014-10-14 23:01 UTC (permalink / raw)
  To: gnu-emacs-bug

Hi, Ivan.

Ivan Shmakov <ivan@siamics.net> wrote:
>>>>>> Alan Mackenzie <acm@muc.de> writes:

> > In Emacs 24.4, start with -Q.

> > Do M-x customize-group <RET> paren-showing-faces <RET>.

> > This now displays the two pertinent faces.  There is, however, no
> > widget by which they might be edited.

> > Starting Emacs without -Q doesn't seem to help.

>        Works for me as of the last week?s HEAD ? the widgets appear
>        when I RET on the ?[Show]? buttons.

Ah, OK.  I see it now.  What I saw (on a tty) was:

    "Show Paren Match face: [sample]"

.  What was actually there was

    "Show Show Paren Match face: [sample]"

, with the first "Show", the active one, being indistiguishable from the
second "Show".  They really ought to have distinct faces.

I fired up a GUI Emacs to see what that's like, and that's no problem at
all.

> -- 
> FSF associate member #7257  http://boycottsystemd.org/  ? 3013 B6A0 230E 334A

-- 
Alan Mackenzie (Nuremberg, Germany).






^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#18724: Emacs 24.4: M-x customize-group paren-showing-faces doesn't allow any editing of the faces
  2014-10-14 23:01   ` Alan Mackenzie
@ 2014-10-14 23:27     ` Ivan Shmakov
  2021-08-19 14:37       ` Lars Ingebrigtsen
  0 siblings, 1 reply; 5+ messages in thread
From: Ivan Shmakov @ 2014-10-14 23:27 UTC (permalink / raw)
  To: 18724

>>>>> Alan Mackenzie <acm@muc.de> writes:

 > References: <20141014215532.GC6430@acm.acm>
 > 	<mailman.11144.1413324852.1147.bug-gnu-emacs@gnu.org>

	(One of those Mailman-mangled Message-Id:’s, as it seems.  My
	message had Message-Id: <878ukiz4ec.fsf@violet.siamics.net>.)

[…]

 > "Show Show Paren Match face: [sample]"

 > with the first "Show", the active one, being indistiguishable from
 > the second "Show".  They really ought to have distinct faces.

	They use ‘custom-visibility’ and ‘custom-face-tag’, which then
	inherit from ‘link’ and ‘custom-variable-tag’, respectively.

	The first one is cyan, the second is bold light blue, which are
	indeed indistinguishable on a (VGA-style) tty.  (They /are/ on,
	say, a monochrome XTerm, for instance.)

 > I fired up a GUI Emacs to see what that's like, and that's no problem
 > at all.

-- 
FSF associate member #7257  http://boycottsystemd.org/  … 3013 B6A0 230E 334A





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#18724: Emacs 24.4: M-x customize-group paren-showing-faces doesn't allow any editing of the faces.
  2014-10-14 23:27     ` Ivan Shmakov
@ 2021-08-19 14:37       ` Lars Ingebrigtsen
  0 siblings, 0 replies; 5+ messages in thread
From: Lars Ingebrigtsen @ 2021-08-19 14:37 UTC (permalink / raw)
  To: Ivan Shmakov; +Cc: 18724

[-- Attachment #1: Type: text/plain, Size: 520 bytes --]

Ivan Shmakov <ivan@siamics.net> writes:

>  > with the first "Show", the active one, being indistiguishable from
>  > the second "Show".  They really ought to have distinct faces.
>
> 	They use ‘custom-visibility’ and ‘custom-face-tag’, which then
> 	inherit from ‘link’ and ‘custom-variable-tag’, respectively.
>
> 	The first one is cyan, the second is bold light blue, which are
> 	indeed indistinguishable on a (VGA-style) tty.  (They /are/ on,
> 	say, a monochrome XTerm, for instance.)


[-- Attachment #2: Type: image/png, Size: 75667 bytes --]

[-- Attachment #3: Type: text/plain, Size: 338 bytes --]


Yup, looks identical here, too.  However, with the [ brackets ] around
the different bits, it should be clear that they're two different things
to click.  So I don't really think this needs tweaking, and I'm closing
this bug report.

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-08-19 14:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-14 21:55 bug#18724: Emacs 24.4: M-x customize-group paren-showing-faces doesn't allow any editing of the faces Alan Mackenzie
2014-10-14 22:13 ` Ivan Shmakov
     [not found] ` <mailman.11144.1413324852.1147.bug-gnu-emacs@gnu.org>
2014-10-14 23:01   ` Alan Mackenzie
2014-10-14 23:27     ` Ivan Shmakov
2021-08-19 14:37       ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).