all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Juanma Barranquero" <lekktu@gmail.com>
Cc: Stefan Monnier <monnier@iro.umontreal.ca>, emacs-devel@gnu.org
Subject: Re: defcustom and the stars.
Date: Wed, 3 Jan 2007 14:08:52 +0100	[thread overview]
Message-ID: <f7ccd24b0701030508p41e77e0h467fb763a85e7b5a@mail.gmail.com> (raw)
In-Reply-To: <873b6sp96d.fsf@lrde.org>

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

On 1/3/07, Michaël Cadilhac <michael@cadilhac.name> wrote:

> Strange thing: Guybrush T. (from Caraibe) only needed a pearly-white
> bra, a bone, a spit and a toupee. And needles, of course.

Same goals, different tactics :)

> Okey, so « slowly » means « when you modify some defcustom, don't
> forget to do that ».

I think that's the idea, yeah.

> So let's consider hiding this star in C-h v, like I proposed earlier,
> nop ?

That's easy enough, see the attached patch (but I have no opinion on
whether that's desirable right now or not).

                    /L/e/k/t/u

Index: lisp/help-fns.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/help-fns.el,v
retrieving revision 1.94
diff -u -2 -r1.94 help-fns.el
--- lisp/help-fns.el	17 Dec 2006 22:14:11 -0000	1.94
+++ lisp/help-fns.el	3 Jan 2007 13:06:01 -0000
@@ -593,5 +593,7 @@
 			 (format "`%s'.\n" safe-var))))
 	      (princ "\nDocumentation:\n")
-              (princ (or doc "Not documented as a variable.")))
+	      (if doc
+		  (princ (replace-regexp-in-string "^\*" "" doc))
+		(princ "Not documented as a variable.")))
 	    ;; Make a link to customize if this variable can be customized.
 	    (if (custom-variable-p variable)

[-- Attachment #2: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

  reply	other threads:[~2007-01-03 13:08 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-02 22:00 defcustom and the stars Michaël Cadilhac
2007-01-03  3:56 ` Stefan Monnier
2007-01-03 11:05   ` Michaël Cadilhac
2007-01-03 12:24     ` Juanma Barranquero
2007-01-03 12:49       ` Michaël Cadilhac
2007-01-03 13:08         ` Juanma Barranquero [this message]
2007-01-03 13:18           ` Michaël Cadilhac
2007-01-03 13:29             ` Juanma Barranquero
2007-01-03 13:43               ` Michaël Cadilhac
2007-01-03 13:57                 ` Juanma Barranquero
2007-01-03 14:52                   ` Michaël Cadilhac
2007-01-03 18:47                     ` Juanma Barranquero
2007-01-03 20:57                     ` Juanma Barranquero
2007-01-03 21:21                       ` Michaël Cadilhac
2007-01-03 21:26                         ` Juanma Barranquero
2007-01-04  2:31                       ` Richard Stallman
2007-01-04  2:31                     ` Richard Stallman
2007-01-04  7:34                       ` Michaël Cadilhac
2007-01-04 17:08                         ` Drew Adams
2007-01-04 19:28                           ` Michaël Cadilhac
2007-01-04 22:13                             ` Drew Adams
2007-01-04 22:50                               ` Stuart D. Herring
2007-01-04 22:58                                 ` Drew Adams
2007-01-08 17:51                                   ` Stuart D. Herring
2007-01-08 18:09                                     ` Michaël Cadilhac
2007-01-08 18:32                                       ` Drew Adams
2007-01-08 18:46                                         ` Michaël Cadilhac
2007-01-08 20:50                                           ` Chris Moore
2007-01-09  4:21                                             ` Drew Adams
2007-01-09 18:32                                               ` Chris Moore
2007-01-09 22:56                                                 ` Drew Adams
2007-01-10 15:15                                                   ` Chris Moore
2007-01-10 16:19                                                     ` Drew Adams
2007-01-10 18:44                                                       ` Chris Moore
2007-01-10 18:47                                                         ` Drew Adams
2007-01-08 18:26                                     ` Drew Adams
2007-01-05  6:36                               ` Michaël Cadilhac
2007-01-05 15:15                                 ` Drew Adams
2007-01-04 22:33                         ` Richard Stallman
2007-01-03 18:17           ` Eli Zaretskii
2007-01-03 18:34             ` Juanma Barranquero
2007-01-04  2:32     ` Richard Stallman
2007-01-04 16:57       ` Drew Adams
2007-01-04 17:10         ` Juanma Barranquero
2007-01-04 17:16           ` Drew Adams
2007-01-04 17:39             ` Juanma Barranquero
2007-01-04 18:22               ` Drew Adams
2007-01-04 19:30                 ` Juanma Barranquero
2007-01-04 22:32                   ` Drew Adams
2007-01-04 22:49                     ` Drew Adams
2007-01-04 23:12                     ` Juanma Barranquero
2007-01-05  1:01                       ` Drew Adams
2007-01-05  1:09                         ` Juanma Barranquero

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=f7ccd24b0701030508p41e77e0h467fb763a85e7b5a@mail.gmail.com \
    --to=lekktu@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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.