all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Luc Teirlinck <teirllm@dms.auburn.edu>
Cc: rms@gnu.org, emacs-devel@gnu.org
Subject: Re: Custom themes
Date: Tue, 28 Jun 2005 09:41:37 -0500 (CDT)	[thread overview]
Message-ID: <200506281441.j5SEfba23972@raven.dms.auburn.edu> (raw)
In-Reply-To: <871x6nytam.fsf-monnier+emacs@gnu.org> (message from Stefan Monnier on Tue, 28 Jun 2005 00:57:30 -0400)

Stefan Monnier wrote:

   > So it might seem too early to document them in the Emacs manual.

   I think the main reason why they're unused is that they're
   completely undocumented.  I'd love to see some rough documentation for it.

In the patches I sent, I provided documentation in the buffers created
by `custom-create-theme'.  If people decide that after my patches it
works reliably enough for their purposes to be ready to be documented
in the Emacs manual, I could document it there.  Probably most people
will only test my patches _after_ they are applied, so I would propose
to apply them rather soon.  I will at least wait until Richard has had
time to comment.

   It will hopefully help us all better understand the feature and improve it
   (especially the UI part).

I believe my patches add some improvement to the UI part.  But I
believe that there also is the problem of bugs in the basic code.

   I think even a somewhat incorrect documentation would be a good thing
   because it would hopefully give us bug-reports that'll help us improve both
   the code and the doc.

The bugs seem numerous and the basic philosophy behind Custom Themes
is not clear.  I believe that the present code is the result of two
people _independently_ porting XEmacs code.  The result looks like
three superimposed implementation philosophies fighting with each
other.  In the text accompanying my patch, I pointed out two bugs
remaining after my patches.  I can easily fix at least one of the two,
but not without adding a fourth conflicting implementation philosophy,
which I want to avoid.  I only fixed the bugs I believed I could fix
without doing that.

I do not understand at all the philosophy behind using a `require'
type interface to adding themes rather than an unconditional load type
philosophy.

If I had to implement themes from scratch, my philosophy would be that
if two loaded themes conflict, then the most recently added one takes
precedence.  If you remove the most recently added theme, then the
theme added just before that one becomes "top dog".  This would seem
simple and intuitive.  This requires unconditional loading as the
basic theme adding operation.  But the current code desperately seems
to want to implement something else.  I have no idea why or what the
"something else" could possibly be.

I do not use XEmacs and I do not know whether the XEmacs version is
actually in active use and works according to some consistent
philosophy.  I do not know how important compatibility with XEmacs in
the Emacs Custom Themes implementation.

My patches mainly improve the UI.  They avoid touching the basic
implementation philosophy (which I do not understand, assuming there
is one).  Hence, they can not fix the bugs in that implementation.

Sincerely,

Luc.

  reply	other threads:[~2005-06-28 14:41 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-25  0:31 Custom themes Richard M. Stallman
2005-06-25  1:27 ` Luc Teirlinck
2005-06-25  1:57   ` Luc Teirlinck
2005-06-25 16:40     ` Richard M. Stallman
2005-06-26  3:19       ` Luc Teirlinck
2005-06-26 15:04         ` Richard M. Stallman
2005-06-28  1:21           ` Luc Teirlinck
2005-06-28  1:42             ` Luc Teirlinck
2005-06-28 18:47               ` Richard M. Stallman
2005-06-28 18:46           ` Luc Teirlinck
2005-06-28 20:09             ` Luc Teirlinck
2005-06-27  9:56         ` Per Abrahamsen
2005-06-28  4:57   ` Stefan Monnier
2005-06-28 14:41     ` Luc Teirlinck [this message]
2005-06-29  3:58       ` Richard M. Stallman
2005-06-29  4:28         ` Luc Teirlinck
2005-06-30  5:36         ` David Kastrup
2005-06-30 23:11           ` Luc Teirlinck
2005-07-01 22:44             ` Richard M. Stallman
2005-07-02 12:33             ` Richard M. Stallman
2005-07-04  0:27               ` Luc Teirlinck
2005-06-30 12:53       ` Per Abrahamsen
2005-06-28 14:49     ` Luc Teirlinck
2005-06-28 21:29     ` Richard M. Stallman
2005-06-29  3:17       ` Luc Teirlinck
2005-06-29 20:43         ` Richard M. Stallman
2005-06-30  0:59           ` Luc Teirlinck
2005-06-30  5:32             ` David Kastrup
2005-06-30 15:49             ` Richard M. Stallman
2005-06-30 15:49             ` Richard M. Stallman
2005-06-25  3:25 ` Luc Teirlinck
2005-06-25 16:40   ` Richard M. Stallman
2005-06-25 18:00     ` Luc Teirlinck
2005-06-25 21:01       ` Frank Schmitt
2005-06-25 21:59         ` Luc Teirlinck
2005-06-25 22:03         ` Luc Teirlinck
2005-06-26  4:46       ` Richard M. Stallman
  -- strict thread matches above, loose matches on Subject: below --
2010-10-11  5:15 Chong Yidong
2010-10-11  7:48 ` Deniz Dogan
2010-10-11 15:34   ` Chong Yidong
2010-10-11 16:09 ` Lars Magne Ingebrigtsen
2010-10-11 17:38   ` Chong Yidong
2010-10-11 21:04 ` Eric Lilja
2010-10-12 14:08   ` Joel James Adamson
2010-10-12 20:25 ` Chong Yidong
2010-10-12 23:40   ` Eric Lilja
2010-10-13  0:04   ` Christoph
2010-10-13  2:15     ` Chong Yidong
2010-10-13 20:06   ` David De La Harpe Golden
2010-10-14  4:23     ` Chong Yidong
2010-10-14  4:58       ` Miles Bader
2010-10-13  0:26 ` Stefan Monnier
2010-10-13  2:14   ` Chong Yidong
2010-10-13 10:20     ` Juanma Barranquero
2010-10-13 15:06       ` CHENG Gao
2010-10-13 16:05       ` Chong Yidong
2010-10-14 15:53         ` Chong Yidong
2010-10-14 16:47           ` Juanma Barranquero
2010-10-16 18:33             ` Chong Yidong
2005-07-29 13:54 Richard M. Stallman
2005-06-17 18:45 Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200506281441.j5SEfba23972@raven.dms.auburn.edu \
    --to=teirllm@dms.auburn.edu \
    --cc=emacs-devel@gnu.org \
    --cc=rms@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.