unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Customize interface: The use of "boxed" buttons
@ 2004-06-05 14:12 Per Abrahamsen
  2004-06-05 22:26 ` Miles Bader
                   ` (2 more replies)
  0 siblings, 3 replies; 21+ messages in thread
From: Per Abrahamsen @ 2004-06-05 14:12 UTC (permalink / raw)


In Emacs 21, Customize buffers started using the "boxed" face for
buttons, instead of [bracked] bold text.  Unfortunately, there are
some problems with the implementation:

1) The change was implemented in Customize, not in the Widget, meaning
   buttons are inconsistent even among applications 

2) Indentation was never updated, so instead of


[ins] [del] Foo
            Bar

we get

ins del Foo
           Bar

3) The use of "raised" and "pressed" display does not seem to
   correspond to any standardised look and feel I know of.

4) There seem to be some redisplay problems associated with the
   buttons, that make complex types (especially faces) hard to use
   over a remote line.

5) Since Customize uses buttons a lot, the display becomes very
   cluttered.  

All of these problems, except maybe the last, are fixable, and all
represents problems that should be fixed.  However, nobody have seem
to be worked on that since Emacs 21 was released.

My suggestion is therefore that we "go back" to use a textual
representation for buttons (and other stuff) in Customize.  I think
that would represent a large increase in usability.

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

end of thread, other threads:[~2004-06-08 20:31 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-05 14:12 Customize interface: The use of "boxed" buttons Per Abrahamsen
2004-06-05 22:26 ` Miles Bader
2004-06-06 14:47   ` Per Abrahamsen
2004-06-06 20:55     ` Miles Bader
2004-06-07  7:24       ` Per Abrahamsen
2004-06-07  7:36         ` Miles Bader
2004-06-07  7:10     ` Richard Stallman
2004-06-06 14:31 ` Richard Stallman
2004-06-06 14:53   ` Per Abrahamsen
2004-06-06 17:14     ` Paul Pogonyshev
2004-06-07  7:11     ` Richard Stallman
2004-06-07  7:39       ` Per Abrahamsen
2004-06-07  7:46         ` Miles Bader
2004-06-08 20:31           ` Richard Stallman
2004-06-07  9:29       ` Kim F. Storm
2004-06-07 23:27         ` Kim F. Storm
2004-06-08  6:41           ` David Kastrup
2004-06-08  8:09             ` Kim F. Storm
2004-06-08  8:26               ` David Kastrup
2004-06-08  9:30           ` Per Abrahamsen
2004-06-06 15:17 ` Per Abrahamsen

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).