* about defconst.
@ 2009-07-27 4:48 waterloo
0 siblings, 0 replies; 2+ messages in thread
From: waterloo @ 2009-07-27 4:48 UTC (permalink / raw)
To: help-gnu-emacs
[-- Attachment #1: Type: text/plain, Size: 454 bytes --]
Incidentally, to be more complete concerning defines: `defsubst'
defines an inline function. The syntax is just like that of `defun'.
`defconst' defines a symbol as a constant. The intent is that neither
programs nor users should ever change a value set by `defconst'. (You
can change it; the value set is a variable; but please do not.)
--------------------------------
I can understant the last sentence in parentheses .
What does it mean ?
Thanks
[-- Attachment #2: Type: text/html, Size: 504 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: about defconst.
[not found] <mailman.3224.1248670143.2239.help-gnu-emacs@gnu.org>
@ 2009-07-27 8:26 ` Pascal J. Bourguignon
0 siblings, 0 replies; 2+ messages in thread
From: Pascal J. Bourguignon @ 2009-07-27 8:26 UTC (permalink / raw)
To: help-gnu-emacs
waterloo <waterloo2005@gmail.com> writes:
> Incidentally, to be more complete concerning defines: `defsubst'
> defines an inline function. The syntax is just like that of `defun'.
> `defconst' defines a symbol as a constant. The intent is that neither
> programs nor users should ever change a value set by `defconst'. (You
> can change it; the value set is a variable; but please do not.)
> --------------------------------
> I can understant the last sentence in parentheses .
> What does it mean ?
We recently discussed it.
Read that thread:
http://groups.google.com/group/gnu.emacs.help/browse_thread/thread/7b62672cafa790eb/509a8ecadd3be8c6?q=defconst+group:gnu.emacs.help#
--
__Pascal Bourguignon__
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-07-27 8:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <mailman.3224.1248670143.2239.help-gnu-emacs@gnu.org>
2009-07-27 8:26 ` about defconst Pascal J. Bourguignon
2009-07-27 4:48 waterloo
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).