emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: table.el


From: Tak Ota
Subject: Re: table.el
Date: Sun, 25 Nov 2001 23:13:18 -0800 (PST)

I found 2 types for prompt messages.

1. "prompt: (default %s) "
2. "prompt (default %s): "

For example, `switch-to-buffer' is the type 1 and `describe-function'
is the type 2.  Do you think I should follow the type 1?  Should all
type 2 be corrected to type 1?  To find the answer I opened the info
buffer to search in the elisp manual then learned that `Info-search'
was the type 2.

-Tak

From: Miles Bader <address@hidden>
Date: 26 Nov 2001 15:54:50 +0900
Subject: Re: table.el

> Tak Ota <address@hidden> writes:
> > > . Is it possible to change the method how default values during a
> > >   call to `table-insert' are given?  Currently, I get e.g.
> > > 
> > >     `Number of columns: 1'
> > 
> > I placed the `:' before the default value parenthesis since it seems
> > to be the standard way in emacs elsewhere.
> 
> Actually the usual syntax is something like:
> 
>     `Number of columns: (default 1) '
> 
> [note the space after the end-paren]
> 
> -Miles
> -- 
> Suburbia: where they tear out the trees and then name streets after them.
> 
> _______________________________________________
> Emacs-devel mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/emacs-devel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]