unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* defcustom and the stars.
@ 2007-01-02 22:00 Michaël Cadilhac
  2007-01-03  3:56 ` Stefan Monnier
  0 siblings, 1 reply; 53+ messages in thread
From: Michaël Cadilhac @ 2007-01-02 22:00 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 1096 bytes --]

Since I started Elisp programming, I've always wondered why there is
an opposition between the following lines of the manual:

 -- Macro: defcustom option standard doc [keyword value]...
     [...]There is no need to start [the docstring] with a `*'

and these lines of shell:

  mistral% cd ~/src/emacs/lisp
  mistral% echo; cat grep.awk; echo
  
  BEGIN { grepped=0 }
  /^\(defcustom/ { grepped=1 ; next }
  /^ *"[*]/ { if (grepped==1) { print (FILENAME, ":", NR) } }
  { grepped=0 }
  
  mistral% { for f (**/*.el) awk -f grep.awk $f } | wc -l
  3011
  
(this is 3011 matches of bad-style according to the doc)

Is there any reason ? I see patches like
http://thread.gmane.org/gmane.emacs.devel/38098
going to the trunk, so I don't know.

-- 
 |      Michaël `Micha' Cadilhac     |  Pour les 35-40 ans, l'humour          |
 |         Epita/LRDE Promo 2007     |       c'est une plus-value.            |
 |  http://michael.cadilhac.name     |          -- Guillaume L.               |
 `--JID: michael.cadilhac@gmail.com--'                                   -  --'

[-- Attachment #1.2: Type: application/pgp-signature, Size: 188 bytes --]

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

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

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

end of thread, other threads:[~2007-01-10 18:47 UTC | newest]

Thread overview: 53+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

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