* lisp/emacs-lisp/byte-run.el (defmacro, defun): Move from C.

(macro-declaration-function): Move var from C code.
(macro-declaration-function): Define function with defalias.
* lisp/emacs-lisp/macroexp.el (macroexpand-all-1):
* lisp/emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
* lisp/emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
defun/defmacro any more.
* lisp/emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
Provide fallback for unknown arglist.
(byte-compile-arglist-warn): Change calling convention.
(byte-compile-output-file-form): Move print-vars binding.
(byte-compile-output-docform): Simplify accordingly.
(byte-compile-file-form-defun, byte-compile-file-form-defmacro)
(byte-compile-defmacro-declaration): Remove.
(byte-compile-file-form-defmumble): Generalize to defalias.
(byte-compile-output-as-comment): Return byte-positions.
Simplify callers accordingly.
(byte-compile-lambda): Use `assert'.
(byte-compile-defun, byte-compile-defmacro): Remove.
(byte-compile-file-form-defalias):
Use byte-compile-file-form-defmumble.
(byte-compile-defalias-warn): Remove.
* src/eval.c (Fdefun, Fdefmacro, Vmacro_declaration_function):
Move to byte-run.el.
(Fautoload): Do the hash-doc more carefully.
* src/data.c (Fdefalias): Purify definition, except for keymaps.
(Qdefun): Move from eval.c.
* src/lisp.h (Qdefun): Remove.
* src/lread.c (read1): Tiny simplification.
* lib-src/make-docfile.c: Improve comment style.
(search_lisp_doc_at_eol): New function.
(scan_lisp_file): Use it.
This commit is contained in:
Stefan Monnier 2012-05-29 23:59:42 -04:00
parent 934f3f582d
commit 61b108cc62
16 changed files with 487 additions and 592 deletions

View file

@ -1,3 +1,9 @@
2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
* make-docfile.c: Improve comment style.
(search_lisp_doc_at_eol): New function.
(scan_lisp_file): Use it.
2012-05-26 Glenn Morris <rgm@gnu.org> 2012-05-26 Glenn Morris <rgm@gnu.org>
* Makefile.in (INSTALL_DATA): Remove; unused. * Makefile.in (INSTALL_DATA): Remove; unused.
@ -441,8 +447,8 @@
* etags.c (canonicalize_filename, ISUPPER): Fix last change. * etags.c (canonicalize_filename, ISUPPER): Fix last change.
* makefile.w32-in ($(BLD)/ebrowse.$(O), $(BLD)/pop.$(O)): Depend * makefile.w32-in ($(BLD)/ebrowse.$(O), $(BLD)/pop.$(O)):
on ../lib/min-max.h. Depend on ../lib/min-max.h.
2011-02-22 Paul Eggert <eggert@cs.ucla.edu> 2011-02-22 Paul Eggert <eggert@cs.ucla.edu>
@ -2819,7 +2825,7 @@
* make-docfile.c (read_c_string_or_comment): Declare msgno. * make-docfile.c (read_c_string_or_comment): Declare msgno.
* Makefile.in (YACC): Deleted. * Makefile.in (YACC): Delete.
2002-10-19 Andreas Schwab <schwab@suse.de> 2002-10-19 Andreas Schwab <schwab@suse.de>
@ -3037,7 +3043,7 @@
(TeX_commands): Names now include the initial backslash. (TeX_commands): Names now include the initial backslash.
(TeX_commands): Names do not include numeric args #n. (TeX_commands): Names do not include numeric args #n.
(TeX_commands): Correct line char number in tags. (TeX_commands): Correct line char number in tags.
(TEX_tabent, TEX_token): Deleted. (TEX_tabent, TEX_token): Delete.
(TeX_commands, TEX_decode_env): Streamlined. (TeX_commands, TEX_decode_env): Streamlined.
2002-06-05 Francesco Potortì <pot@gnu.org> 2002-06-05 Francesco Potortì <pot@gnu.org>
@ -3078,7 +3084,7 @@
(main): New argument -d, for specifying directory. (main): New argument -d, for specifying directory.
(usage): Document. (usage): Document.
(get_user_id): Compute. (get_user_id): Compute.
(get_home_dir): Deleted. (get_home_dir): Delete.
(get_prefix): New function, taken from main. (get_prefix): New function, taken from main.
(main): Check whether or not we are running setuid. Move prefix (main): Check whether or not we are running setuid. Move prefix
computation to get_prefix. Don't call getpwent; we don't need to computation to get_prefix. Don't call getpwent; we don't need to
@ -3339,7 +3345,7 @@
(LOOKING_AT, get_tag, PHP_functions): Use notinname. (LOOKING_AT, get_tag, PHP_functions): Use notinname.
(Ada_getit, Ada_funcs, Python_functions, Scheme_functions): (Ada_getit, Ada_funcs, Python_functions, Scheme_functions):
Clarified, using strneq or notinname. Clarified, using strneq or notinname.
(L_isdef, L_isquote): Removed. (L_isdef, L_isquote): Remove.
(Lisp_functions, L_getit): Clarified. (Lisp_functions, L_getit): Clarified.
* etags.c (P_): Rename to __P for consistency with config.h. * etags.c (P_): Rename to __P for consistency with config.h.
@ -3776,7 +3782,7 @@
comma when --declarations is used. comma when --declarations is used.
(C_entries): More accurate tagging of members and declarations. (C_entries): More accurate tagging of members and declarations.
(yacc_rules): Was global, made local to C_entries. (yacc_rules): Was global, made local to C_entries.
(next_token_is_func): Removed. (next_token_is_func): Remove.
(fvdef): New constants fdefunkey, fdefunname. (fvdef): New constants fdefunkey, fdefunname.
(consider_token, C_entries): Use them. (consider_token, C_entries): Use them.
(C_entries): Build proper lisp names for Emacs DEFUNs. (C_entries): Build proper lisp names for Emacs DEFUNs.
@ -4252,7 +4258,7 @@
(find_entries, takeprec, getit, Fortran_functions, Perl_functions) (find_entries, takeprec, getit, Fortran_functions, Perl_functions)
(Python_functions, L_getit, Lisp_functions, Scheme_functions) (Python_functions, L_getit, Lisp_functions, Scheme_functions)
(prolog_pred, erlanf_func, erlang_attribute): Use them. (prolog_pred, erlanf_func, erlang_attribute): Use them.
(eat_white): Deleted. (eat_white): Delete.
* etags.c (CHAR, init): Keep into account non US-ASCII * etags.c (CHAR, init): Keep into account non US-ASCII
characters and compilers with default signed chars. characters and compilers with default signed chars.
@ -4775,7 +4781,7 @@
1997-05-13 Francesco Potortì <F.Potorti@cnuce.cnr.it> 1997-05-13 Francesco Potortì <F.Potorti@cnuce.cnr.it>
* etags.c (TeX_functions): Cleaned up. * etags.c (TeX_functions): Cleaned up.
(tex_getit): Removed. (tex_getit): Remove.
1997-05-13 Paul Eggert <eggert@twinsun.com> 1997-05-13 Paul Eggert <eggert@twinsun.com>
@ -5296,7 +5302,7 @@
* etags.c: Prolog language totally rewritten. * etags.c: Prolog language totally rewritten.
(Prolog_functions): Rewritten from scratch. (Prolog_functions): Rewritten from scratch.
(skip_comment, prolog_getit): Removed. (skip_comment, prolog_getit): Remove.
(prolog_skip_comment): New function, like old skip_comment. (prolog_skip_comment): New function, like old skip_comment.
(prolog_pred, prolog_atom, prolog_white): New functions. (prolog_pred, prolog_atom, prolog_white): New functions.
(erlang_func, erlang_attributes): Forward declarations added. (erlang_func, erlang_attributes): Forward declarations added.
@ -5797,7 +5803,7 @@
1995-01-12 Francesco Potortì (pot@cnuce.cnr.it) 1995-01-12 Francesco Potortì (pot@cnuce.cnr.it)
* etags.c (FILEPOS, GET_CHARNO, GET_FILEPOS, max, LINENO): Deleted. * etags.c (FILEPOS, GET_CHARNO, GET_FILEPOS, max, LINENO): Delete.
(append_to_tagfile, typedefs, typedefs_and_cplusplus) (append_to_tagfile, typedefs, typedefs_and_cplusplus)
(constantypedefs, update, vgrind_style, no_warnings) (constantypedefs, update, vgrind_style, no_warnings)
(cxref_style, cplusplus, noindentypedefs): Were int, now logical. (cxref_style, cplusplus, noindentypedefs): Were int, now logical.
@ -5816,9 +5822,9 @@
(consider_token): Don't take a token as argument. Use savenstr (consider_token): Don't take a token as argument. Use savenstr
when saving a tag in structtag. Callers changed. when saving a tag in structtag. Callers changed.
(TOKEN): Structure changed. Now used only in C_entries. (TOKEN): Structure changed. Now used only in C_entries.
(TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Deleted. (TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Delete.
(C_entries): nameb and savenameb deleted. Use dinamic allocation. (C_entries): nameb and savenameb deleted. Use dinamic allocation.
(pfcnt): Deleted. Users updated. (pfcnt): Delete. Users updated.
(getit, Asm_labels, Pascal_functions, L_getit, get_scheme) (getit, Asm_labels, Pascal_functions, L_getit, get_scheme)
(TEX_getit, prolog_getit): Use dinamic allocation for storing (TEX_getit, prolog_getit): Use dinamic allocation for storing
the tag instead of a fixed size buffer. the tag instead of a fixed size buffer.
@ -6394,7 +6400,7 @@
1994-03-25 Francesco Potortì (pot@cnuce.cnr.it) 1994-03-25 Francesco Potortì (pot@cnuce.cnr.it)
* etags.c (emacs_tags_format, ETAGS): Removed. Use CTAGS instead. * etags.c (emacs_tags_format, ETAGS): Remove. Use CTAGS instead.
(main): Don't allow the use of -t and -T in etags mode. (main): Don't allow the use of -t and -T in etags mode.
(print_help): Don't show options enabled by default. (print_help): Don't show options enabled by default.
(print_version): Show the emacs version number if VERSION is #defined. (print_version): Show the emacs version number if VERSION is #defined.
@ -6511,9 +6517,9 @@
1994-01-14 Francesco Potortì (pot@cnuce.cnr.it) 1994-01-14 Francesco Potortì (pot@cnuce.cnr.it)
* etags.c (stab_entry, stab_create, stab_find, stab_search, * etags.c (stab_entry, stab_create, stab_find, stab_search,
stab_type, add_keyword, C_reate_stab, C_create_stabs): Deleted. stab_type, add_keyword, C_reate_stab, C_create_stabs): Delete.
Use gperf generated hash table instead of linked list. Use gperf generated hash table instead of linked list.
(C_stab_entry, hash, in_word_set, get_C_stab, C_symtype): Added. (C_stab_entry, hash, in_word_set, get_C_stab, C_symtype): Add.
Mostly code generated by gperf. Mostly code generated by gperf.
(consider_token): Remove unused parameter `lp'. (consider_token): Remove unused parameter `lp'.
(PF_funcs, getit): Allow subroutine and similar declarations (PF_funcs, getit): Allow subroutine and similar declarations
@ -6832,7 +6838,7 @@
* etags.c (consider_token): Was `==', now is `='. * etags.c (consider_token): Was `==', now is `='.
(consider_token): DEFUNs now treated like funcs in ctags mode. (consider_token): DEFUNs now treated like funcs in ctags mode.
* etags.c (LEVEL_OK_FOR_FUNCDEF): Removed. * etags.c (LEVEL_OK_FOR_FUNCDEF): Remove.
(C_entries): Optimized the test that used LEVEL_OK_FOR_FUNCDEF. (C_entries): Optimized the test that used LEVEL_OK_FOR_FUNCDEF.
(C_entries): Remove a piece of useless code. (C_entries): Remove a piece of useless code.
(C_entries): Making typedef tags is delayed until a semicolon (C_entries): Making typedef tags is delayed until a semicolon
@ -7131,10 +7137,10 @@
* etags.c (GET_COOKIE): And related macros removed. * etags.c (GET_COOKIE): And related macros removed.
(logical): Is now int, no more a char. (logical): Is now int, no more a char.
(reg): Define deleted. (reg): Define deleted.
(isgood, _gd, notgd): Deleted. (isgood, _gd, notgd): Delete.
(gotone): Deleted. (gotone): Delete.
(TOKEN): Member linestart removed. (TOKEN): Member linestart removed.
(linepos, prev_linepos, lb1): Deleted. (linepos, prev_linepos, lb1): Delete.
(main): Call initbuffer on lbs array instead of lb1. (main): Call initbuffer on lbs array instead of lb1.
(init): Remove the initialization of the logical _gd array. (init): Remove the initialization of the logical _gd array.
(find_entries): A .sa suffix means assembler file. (find_entries): A .sa suffix means assembler file.
@ -7142,7 +7148,7 @@
All C state machines rewritten. All C state machines rewritten.
(C_entries): Complete rewrite. (C_entries): Complete rewrite.
(condider_token): Complete rewrite. (condider_token): Complete rewrite.
(getline): Deleted. (getline): Delete.
1993-03-01 Francesco Potortì (pot@fly.CNUCE.CNR.IT) 1993-03-01 Francesco Potortì (pot@fly.CNUCE.CNR.IT)

View file

@ -35,7 +35,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include <config.h> #include <config.h>
/* defined to be emacs_main, sys_fopen, etc. in config.h */ /* Defined to be emacs_main, sys_fopen, etc. in config.h. */
#undef main #undef main
#undef fopen #undef fopen
#undef chdir #undef chdir
@ -675,14 +675,14 @@ scan_c_file (char *filename, const char *mode)
if (infile == NULL && extension == 'o') if (infile == NULL && extension == 'o')
{ {
/* try .m */ /* Try .m. */
filename[strlen (filename) - 1] = 'm'; filename[strlen (filename) - 1] = 'm';
infile = fopen (filename, mode); infile = fopen (filename, mode);
if (infile == NULL) if (infile == NULL)
filename[strlen (filename) - 1] = 'c'; /* don't confuse people */ filename[strlen (filename) - 1] = 'c'; /* Don't confuse people. */
} }
/* No error if non-ex input file */ /* No error if non-ex input file. */
if (infile == NULL) if (infile == NULL)
{ {
perror (filename); perror (filename);
@ -800,8 +800,8 @@ scan_c_file (char *filename, const char *mode)
input_buffer[i++] = c; input_buffer[i++] = c;
c = getc (infile); c = getc (infile);
} }
while (! (c == ',' || c == ' ' || c == '\t' || while (! (c == ',' || c == ' ' || c == '\t'
c == '\n' || c == '\r')); || c == '\n' || c == '\r'));
input_buffer[i] = '\0'; input_buffer[i] = '\0';
name = xmalloc (i + 1); name = xmalloc (i + 1);
@ -820,7 +820,7 @@ scan_c_file (char *filename, const char *mode)
commas = 3; commas = 3;
else if (defvarflag) else if (defvarflag)
commas = 1; commas = 1;
else /* For DEFSIMPLE and DEFPRED */ else /* For DEFSIMPLE and DEFPRED. */
commas = 2; commas = 2;
while (commas) while (commas)
@ -838,9 +838,9 @@ scan_c_file (char *filename, const char *mode)
if (c < 0) if (c < 0)
goto eof; goto eof;
ungetc (c, infile); ungetc (c, infile);
if (commas == 2) /* pick up minargs */ if (commas == 2) /* Pick up minargs. */
scanned = fscanf (infile, "%d", &minargs); scanned = fscanf (infile, "%d", &minargs);
else /* pick up maxargs */ else /* Pick up maxargs. */
if (c == 'M' || c == 'U') /* MANY || UNEVALLED */ if (c == 'M' || c == 'U') /* MANY || UNEVALLED */
maxargs = -1; maxargs = -1;
else else
@ -893,7 +893,7 @@ scan_c_file (char *filename, const char *mode)
fprintf (outfile, "%s\n", input_buffer); fprintf (outfile, "%s\n", input_buffer);
if (comment) if (comment)
getc (infile); /* Skip past `*' */ getc (infile); /* Skip past `*'. */
c = read_c_string_or_comment (infile, 1, comment, &saw_usage); c = read_c_string_or_comment (infile, 1, comment, &saw_usage);
/* If this is a defun, find the arguments and print them. If /* If this is a defun, find the arguments and print them. If
@ -979,7 +979,7 @@ scan_c_file (char *filename, const char *mode)
problem because byte-compiler output follows this convention. problem because byte-compiler output follows this convention.
The NAME and DOCSTRING are output. The NAME and DOCSTRING are output.
NAME is preceded by `F' for a function or `V' for a variable. NAME is preceded by `F' for a function or `V' for a variable.
An entry is output only if DOCSTRING has \ newline just after the opening " An entry is output only if DOCSTRING has \ newline just after the opening ".
*/ */
static void static void
@ -1019,6 +1019,32 @@ read_lisp_symbol (FILE *infile, char *buffer)
skip_white (infile); skip_white (infile);
} }
static int
search_lisp_doc_at_eol (FILE *infile)
{
char c = 0, c1 = 0, c2 = 0;
/* Skip until the end of line; remember two previous chars. */
while (c != '\n' && c != '\r' && c >= 0)
{
c2 = c1;
c1 = c;
c = getc (infile);
}
/* If two previous characters were " and \,
this is a doc string. Otherwise, there is none. */
if (c2 != '"' || c1 != '\\')
{
#ifdef DEBUG
fprintf (stderr, "## non-docstring in %s (%s)\n",
buffer, filename);
#endif
return 0;
}
return 1;
}
static int static int
scan_lisp_file (const char *filename, const char *mode) scan_lisp_file (const char *filename, const char *mode)
{ {
@ -1033,7 +1059,7 @@ scan_lisp_file (const char *filename, const char *mode)
if (infile == NULL) if (infile == NULL)
{ {
perror (filename); perror (filename);
return 0; /* No error */ return 0; /* No error. */
} }
c = '\n'; c = '\n';
@ -1110,7 +1136,7 @@ scan_lisp_file (const char *filename, const char *mode)
type = 'F'; type = 'F';
read_lisp_symbol (infile, buffer); read_lisp_symbol (infile, buffer);
/* Skip the arguments: either "nil" or a list in parens */ /* Skip the arguments: either "nil" or a list in parens. */
c = getc (infile); c = getc (infile);
if (c == 'n') /* nil */ if (c == 'n') /* nil */
@ -1154,39 +1180,18 @@ scan_lisp_file (const char *filename, const char *mode)
|| ! strcmp (buffer, "defconst") || ! strcmp (buffer, "defconst")
|| ! strcmp (buffer, "defcustom")) || ! strcmp (buffer, "defcustom"))
{ {
char c1 = 0, c2 = 0;
type = 'V'; type = 'V';
read_lisp_symbol (infile, buffer); read_lisp_symbol (infile, buffer);
if (saved_string == 0) if (saved_string == 0)
{ if (!search_lisp_doc_at_eol (infile))
/* Skip until the end of line; remember two previous chars. */
while (c != '\n' && c != '\r' && c >= 0)
{
c2 = c1;
c1 = c;
c = getc (infile);
}
/* If two previous characters were " and \,
this is a doc string. Otherwise, there is none. */
if (c2 != '"' || c1 != '\\')
{
#ifdef DEBUG
fprintf (stderr, "## non-docstring in %s (%s)\n",
buffer, filename);
#endif
continue; continue;
} }
}
}
else if (! strcmp (buffer, "custom-declare-variable") else if (! strcmp (buffer, "custom-declare-variable")
|| ! strcmp (buffer, "defvaralias") || ! strcmp (buffer, "defvaralias")
) )
{ {
char c1 = 0, c2 = 0;
type = 'V'; type = 'V';
c = getc (infile); c = getc (infile);
@ -1221,31 +1226,12 @@ scan_lisp_file (const char *filename, const char *mode)
} }
if (saved_string == 0) if (saved_string == 0)
{ if (!search_lisp_doc_at_eol (infile))
/* Skip to end of line; remember the two previous chars. */
while (c != '\n' && c != '\r' && c >= 0)
{
c2 = c1;
c1 = c;
c = getc (infile);
}
/* If two previous characters were " and \,
this is a doc string. Otherwise, there is none. */
if (c2 != '"' || c1 != '\\')
{
#ifdef DEBUG
fprintf (stderr, "## non-docstring in %s (%s)\n",
buffer, filename);
#endif
continue; continue;
} }
}
}
else if (! strcmp (buffer, "fset") || ! strcmp (buffer, "defalias")) else if (! strcmp (buffer, "fset") || ! strcmp (buffer, "defalias"))
{ {
char c1 = 0, c2 = 0;
type = 'F'; type = 'F';
c = getc (infile); c = getc (infile);
@ -1278,27 +1264,9 @@ scan_lisp_file (const char *filename, const char *mode)
} }
if (saved_string == 0) if (saved_string == 0)
{ if (!search_lisp_doc_at_eol (infile))
/* Skip to end of line; remember the two previous chars. */
while (c != '\n' && c != '\r' && c >= 0)
{
c2 = c1;
c1 = c;
c = getc (infile);
}
/* If two previous characters were " and \,
this is a doc string. Otherwise, there is none. */
if (c2 != '"' || c1 != '\\')
{
#ifdef DEBUG
fprintf (stderr, "## non-docstring in %s (%s)\n",
buffer, filename);
#endif
continue; continue;
} }
}
}
else if (! strcmp (buffer, "autoload")) else if (! strcmp (buffer, "autoload"))
{ {
@ -1339,24 +1307,11 @@ scan_lisp_file (const char *filename, const char *mode)
continue; continue;
} }
read_c_string_or_comment (infile, 0, 0, 0); read_c_string_or_comment (infile, 0, 0, 0);
skip_white (infile);
if (saved_string == 0) if (saved_string == 0)
{ if (!search_lisp_doc_at_eol (infile))
/* If the next three characters aren't `dquote bslash newline'
then we're not reading a docstring. */
if ((c = getc (infile)) != '"'
|| (c = getc (infile)) != '\\'
|| ((c = getc (infile)) != '\n' && c != '\r'))
{
#ifdef DEBUG
fprintf (stderr, "## non-docstring in %s (%s)\n",
buffer, filename);
#endif
continue; continue;
} }
}
}
#ifdef DEBUG #ifdef DEBUG
else if (! strcmp (buffer, "if") else if (! strcmp (buffer, "if")
@ -1373,12 +1328,10 @@ scan_lisp_file (const char *filename, const char *mode)
continue; continue;
} }
/* At this point, we should either use the previous /* At this point, we should either use the previous dynamic doc string in
dynamic doc string in saved_string saved_string or gobble a doc string from the input file.
or gobble a doc string from the input file. In the latter case, the opening quote (and leading backslash-newline)
have already been read. */
In the latter case, the opening quote (and leading
backslash-newline) have already been read. */
putc (037, outfile); putc (037, outfile);
putc (type, outfile); putc (type, outfile);

View file

@ -1,8 +1,32 @@
2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/byte-run.el (defmacro, defun): Move from C.
(macro-declaration-function): Move var from C code.
(macro-declaration-function): Define function with defalias.
* emacs-lisp/macroexp.el (macroexpand-all-1):
* emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
* emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
defun/defmacro any more.
* emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
Provide fallback for unknown arglist.
(byte-compile-arglist-warn): Change calling convention.
(byte-compile-output-file-form): Move print-vars binding.
(byte-compile-output-docform): Simplify accordingly.
(byte-compile-file-form-defun, byte-compile-file-form-defmacro)
(byte-compile-defmacro-declaration): Remove.
(byte-compile-file-form-defmumble): Generalize to defalias.
(byte-compile-output-as-comment): Return byte-positions.
Simplify callers accordingly.
(byte-compile-lambda): Use `assert'.
(byte-compile-defun, byte-compile-defmacro): Remove.
(byte-compile-file-form-defalias):
Use byte-compile-file-form-defmumble.
(byte-compile-defalias-warn): Remove.
2012-05-29 Stefan Merten <smerten@oekonux.de> 2012-05-29 Stefan Merten <smerten@oekonux.de>
* textmodes/rst.el: Silence `checkdoc-ispell' errors where * textmodes/rst.el: Silence `checkdoc-ispell' errors where
possible. Fix authors. Improve comments. Improve loading of possible. Fix authors. Improve comments. Improve loading of `cl'.
`cl'.
(rst-mode-abbrev-table): Merge definition. (rst-mode-abbrev-table): Merge definition.
(rst-mode): Make sure `font-lock-defaults' is buffer local. (rst-mode): Make sure `font-lock-defaults' is buffer local.
@ -14,8 +38,8 @@
(icalendar-export-region): Export UID properly. (icalendar-export-region): Export UID properly.
2012-05-29 Leo <sdl.web@gmail.com> 2012-05-29 Leo <sdl.web@gmail.com>
* calendar/icalendar.el (icalendar-import-format): Add * calendar/icalendar.el (icalendar-import-format):
`icalendar-import-format-uid' (Bug#11525). Add `icalendar-import-format-uid' (Bug#11525).
(icalendar-import-format-uid): New. (icalendar-import-format-uid): New.
(icalendar--parse-summary-and-rest, icalendar--format-ical-event): (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
Export UID. Export UID.

View file

@ -500,7 +500,7 @@
(prin1-to-string form)) (prin1-to-string form))
nil) nil)
((memq fn '(defun defmacro function condition-case)) ((memq fn '(function condition-case))
;; These forms are compiled as constants or by breaking out ;; These forms are compiled as constants or by breaking out
;; all the subexpressions and compiling them separately. ;; all the subexpressions and compiling them separately.
form) form)

View file

@ -34,7 +34,15 @@
;; handle declarations in macro definitions and this is the first file ;; handle declarations in macro definitions and this is the first file
;; loaded by loadup.el that uses declarations in macros. ;; loaded by loadup.el that uses declarations in macros.
(defun macro-declaration-function (macro decl) (defvar macro-declaration-function #'macro-declaration-function
"Function to process declarations in a macro definition.
The function will be called with two args MACRO and DECL.
MACRO is the name of the macro being defined.
DECL is a list `(declare ...)' containing the declarations.
The value the function returns is not used.")
(defalias 'macro-declaration-function
#'(lambda (macro decl)
"Process a declaration found in a macro definition. "Process a declaration found in a macro definition.
This is set as the value of the variable `macro-declaration-function'. This is set as the value of the variable `macro-declaration-function'.
MACRO is the name of the macro being defined. MACRO is the name of the macro being defined.
@ -56,11 +64,68 @@ The return value of this function is not used."
(put macro 'doc-string-elt (car (cdr d)))) (put macro 'doc-string-elt (car (cdr d))))
(t (t
(message "Unknown declaration %s" d))) (message "Unknown declaration %s" d)))
(message "Invalid declaration %s" d))))) (message "Invalid declaration %s" d))))))
(put 'defmacro 'doc-string-elt 3)
(defalias 'defmacro
(cons
'macro
#'(lambda (name arglist &optional docstring decl &rest body)
"Define NAME as a macro.
When the macro is called, as in (NAME ARGS...),
the function (lambda ARGLIST BODY...) is applied to
the list ARGS... as it appears in the expression,
and the result should be a form to be evaluated instead of the original.
(setq macro-declaration-function 'macro-declaration-function) DECL is a declaration, optional, which can specify how to indent
calls to this macro, how Edebug should handle it, and which argument
should be treated as documentation. It looks like this:
(declare SPECS...)
The elements can look like this:
(indent INDENT)
Set NAME's `lisp-indent-function' property to INDENT.
(debug DEBUG)
Set NAME's `edebug-form-spec' property to DEBUG. (This is
equivalent to writing a `def-edebug-spec' for the macro.)
(doc-string ELT)
Set NAME's `doc-string-elt' property to ELT."
(if (stringp docstring) nil
(if decl (setq body (cons decl body)))
(setq decl docstring)
(setq docstring nil))
(if (or (null decl) (eq 'declare (car-safe decl))) nil
(setq body (cons decl body))
(setq decl nil))
(if (null body) (setq body '(nil)))
(if docstring (setq body (cons docstring body)))
;; Can't use backquote because it's not defined yet!
(let* ((fun (list 'function (cons 'lambda (cons arglist body))))
(def (list 'defalias
(list 'quote name)
(list 'cons ''macro fun))))
(if decl
(list 'progn
(list 'funcall 'macro-declaration-function
(list 'quote name)
(list 'quote decl))
def)
def)))))
;; Now that we defined defmacro we can use it!
(defmacro defun (name arglist &optional docstring &rest body)
"Define NAME as a function.
The definition is (lambda ARGLIST [DOCSTRING] BODY...).
See also the function `interactive'."
(declare (doc-string 3))
(if docstring (setq body (cons docstring body))
(if (null body) (setq body '(nil))))
(list 'defalias
(list 'quote name)
(list 'function
(cons 'lambda
(cons arglist body)))))
;; Redefined in byte-optimize.el. ;; Redefined in byte-optimize.el.
;; This is not documented--it's not clear that we should promote it. ;; This is not documented--it's not clear that we should promote it.

View file

@ -1169,12 +1169,14 @@ Each function's symbol gets added to `byte-compile-noruntime-functions'."
(t fn))))))) (t fn)))))))
(defun byte-compile-arglist-signature (arglist) (defun byte-compile-arglist-signature (arglist)
(if (integerp arglist) (cond
;; New style byte-code arglist. ;; New style byte-code arglist.
((integerp arglist)
(cons (logand arglist 127) ;Mandatory. (cons (logand arglist 127) ;Mandatory.
(if (zerop (logand arglist 128)) ;No &rest. (if (zerop (logand arglist 128)) ;No &rest.
(lsh arglist -8))) ;Nonrest. (lsh arglist -8)))) ;Nonrest.
;; Old style byte-code, or interpreted function. ;; Old style byte-code, or interpreted function.
((listp arglist)
(let ((args 0) (let ((args 0)
opts opts
restp) restp)
@ -1190,7 +1192,9 @@ Each function's symbol gets added to `byte-compile-noruntime-functions'."
(setq opts (1+ opts)) (setq opts (1+ opts))
(setq args (1+ args))))) (setq args (1+ args)))))
(setq arglist (cdr arglist))) (setq arglist (cdr arglist)))
(cons args (if restp nil (if opts (+ args opts) args)))))) (cons args (if restp nil (if opts (+ args opts) args)))))
;; Unknown arglist.
(t '(0))))
(defun byte-compile-arglist-signatures-congruent-p (old new) (defun byte-compile-arglist-signatures-congruent-p (old new)
@ -1250,7 +1254,7 @@ Each function's symbol gets added to `byte-compile-noruntime-functions'."
;; and/or remember its arity if it's unknown. ;; and/or remember its arity if it's unknown.
(or (and (or def (fboundp (car form))) ; might be a subr or autoload. (or (and (or def (fboundp (car form))) ; might be a subr or autoload.
(not (memq (car form) byte-compile-noruntime-functions))) (not (memq (car form) byte-compile-noruntime-functions)))
(eq (car form) byte-compile-current-form) ; ## this doesn't work (eq (car form) byte-compile-current-form) ; ## This doesn't work
; with recursion. ; with recursion.
;; It's a currently-undefined function. ;; It's a currently-undefined function.
;; Remember number of args in call. ;; Remember number of args in call.
@ -1316,9 +1320,8 @@ extra args."
;; Warn if the function or macro is being redefined with a different ;; Warn if the function or macro is being redefined with a different
;; number of arguments. ;; number of arguments.
(defun byte-compile-arglist-warn (form macrop) (defun byte-compile-arglist-warn (name arglist macrop)
(let* ((name (nth 1 form)) (let* ((old (byte-compile-fdefinition name macrop))
(old (byte-compile-fdefinition name macrop))
(initial (and macrop (initial (and macrop
(cdr (assq name (cdr (assq name
byte-compile-initial-macro-environment))))) byte-compile-initial-macro-environment)))))
@ -1337,12 +1340,12 @@ extra args."
(`(closure ,_ ,args . ,_) args) (`(closure ,_ ,args . ,_) args)
((pred byte-code-function-p) (aref old 0)) ((pred byte-code-function-p) (aref old 0))
(t '(&rest def))))) (t '(&rest def)))))
(sig2 (byte-compile-arglist-signature (nth 2 form)))) (sig2 (byte-compile-arglist-signature arglist)))
(unless (byte-compile-arglist-signatures-congruent-p sig1 sig2) (unless (byte-compile-arglist-signatures-congruent-p sig1 sig2)
(byte-compile-set-symbol-position name) (byte-compile-set-symbol-position name)
(byte-compile-warn (byte-compile-warn
"%s %s used to take %s %s, now takes %s" "%s %s used to take %s %s, now takes %s"
(if (eq (car form) 'defun) "function" "macro") (if macrop "macro" "function")
name name
(byte-compile-arglist-signature-string sig1) (byte-compile-arglist-signature-string sig1)
(if (equal sig1 '(1 . 1)) "argument" "arguments") (if (equal sig1 '(1 . 1)) "argument" "arguments")
@ -1356,7 +1359,7 @@ extra args."
'byte-compile-inline-expand)) 'byte-compile-inline-expand))
(byte-compile-warn "defsubst `%s' was used before it was defined" (byte-compile-warn "defsubst `%s' was used before it was defined"
name)) name))
(setq sig (byte-compile-arglist-signature (nth 2 form)) (setq sig (byte-compile-arglist-signature arglist)
nums (sort (copy-sequence (cdr calls)) (function <)) nums (sort (copy-sequence (cdr calls)) (function <))
min (car nums) min (car nums)
max (car (nreverse nums))) max (car (nreverse nums)))
@ -2021,12 +2024,19 @@ Call from the source buffer."
";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n\n")))) ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n\n"))))
(defun byte-compile-output-file-form (form) (defun byte-compile-output-file-form (form)
;; writes the given form to the output buffer, being careful of docstrings ;; Write the given form to the output buffer, being careful of docstrings
;; in defun, defmacro, defvar, defvaralias, defconst, autoload and ;; in defun, defmacro, defvar, defvaralias, defconst, autoload and
;; custom-declare-variable because make-docfile is so amazingly stupid. ;; custom-declare-variable because make-docfile is so amazingly stupid.
;; defalias calls are output directly by byte-compile-file-form-defmumble; ;; defalias calls are output directly by byte-compile-file-form-defmumble;
;; it does not pay to first build the defalias in defmumble and then parse ;; it does not pay to first build the defalias in defmumble and then parse
;; it here. ;; it here.
(let ((print-escape-newlines t)
(print-length nil)
(print-level nil)
(print-quoted t)
(print-gensym t)
(print-circle ; Handle circular data structures.
(not byte-compile-disable-print-circle)))
(if (and (memq (car-safe form) '(defun defmacro defvar defvaralias defconst (if (and (memq (car-safe form) '(defun defmacro defvar defvaralias defconst
autoload custom-declare-variable)) autoload custom-declare-variable))
(stringp (nth 3 form))) (stringp (nth 3 form)))
@ -2034,18 +2044,10 @@ Call from the source buffer."
(memq (car form) (memq (car form)
'(defvaralias autoload '(defvaralias autoload
custom-declare-variable))) custom-declare-variable)))
(let ((print-escape-newlines t)
(print-length nil)
(print-level nil)
(print-quoted t)
(print-gensym t)
(print-circle ; handle circular data structures
(not byte-compile-disable-print-circle)))
(princ "\n" byte-compile--outbuffer) (princ "\n" byte-compile--outbuffer)
(prin1 form byte-compile--outbuffer) (prin1 form byte-compile--outbuffer)
nil))) nil)))
(defvar print-gensym-alist) ;Used before print-circle existed.
(defvar byte-compile--for-effect) (defvar byte-compile--for-effect)
(defun byte-compile-output-docform (preface name info form specindex quoted) (defun byte-compile-output-docform (preface name info form specindex quoted)
@ -2075,7 +2077,6 @@ list that represents a doc string reference.
(setq position (setq position
(byte-compile-output-as-comment (byte-compile-output-as-comment
(nth (nth 1 info) form) nil)) (nth (nth 1 info) form) nil))
(setq position (- (position-bytes position) (point-min) -1))
;; If the doc string starts with * (a user variable), ;; If the doc string starts with * (a user variable),
;; negate POSITION. ;; negate POSITION.
(if (and (stringp (nth (nth 1 info) form)) (if (and (stringp (nth (nth 1 info) form))
@ -2088,17 +2089,7 @@ list that represents a doc string reference.
(insert preface) (insert preface)
(prin1 name byte-compile--outbuffer))) (prin1 name byte-compile--outbuffer)))
(insert (car info)) (insert (car info))
(let ((print-escape-newlines t) (let ((print-continuous-numbering t)
(print-quoted t)
;; For compatibility with code before print-circle,
;; use a cons cell to say that we want
;; print-gensym-alist not to be cleared
;; between calls to print functions.
(print-gensym '(t))
(print-circle ; handle circular data structures
(not byte-compile-disable-print-circle))
print-gensym-alist ; was used before print-circle existed.
(print-continuous-numbering t)
print-number-table print-number-table
(index 0)) (index 0))
(prin1 (car form) byte-compile--outbuffer) (prin1 (car form) byte-compile--outbuffer)
@ -2121,8 +2112,6 @@ list that represents a doc string reference.
(byte-compile-output-as-comment (byte-compile-output-as-comment
(cons (car form) (nth 1 form)) (cons (car form) (nth 1 form))
t))) t)))
(setq position (- (position-bytes position)
(point-min) -1))
(princ (format "(#$ . %d) nil" position) (princ (format "(#$ . %d) nil" position)
byte-compile--outbuffer) byte-compile--outbuffer)
(setq form (cdr form)) (setq form (cdr form))
@ -2317,42 +2306,21 @@ list that represents a doc string reference.
(nth 1 (nth 1 form)) (nth 1 (nth 1 form))
(byte-compile-keep-pending form))) (byte-compile-keep-pending form)))
(put 'defun 'byte-hunk-handler 'byte-compile-file-form-defun) (defun byte-compile-file-form-defmumble (name macro arglist body rest)
(defun byte-compile-file-form-defun (form) "Process a `defalias' for NAME.
(byte-compile-file-form-defmumble form nil)) If MACRO is non-nil, the definition is known to be a macro.
ARGLIST is the list of arguments, if it was recognized or t otherwise.
(put 'defmacro 'byte-hunk-handler 'byte-compile-file-form-defmacro) BODY of the definition, or t if not recognized.
(defun byte-compile-file-form-defmacro (form) Return non-nil if everything went as planned, or nil to imply that it decided
(byte-compile-file-form-defmumble form t)) not to take responsibility for the actual compilation of the code."
(let* ((this-kind (if macro 'byte-compile-macro-environment
(defun byte-compile-defmacro-declaration (form)
"Generate code for declarations in macro definitions.
Remove declarations from the body of the macro definition
by side-effects."
(let ((tail (nthcdr 2 form))
(res '()))
(when (stringp (car (cdr tail)))
(setq tail (cdr tail)))
(while (and (consp (car (cdr tail)))
(eq (car (car (cdr tail))) 'declare))
(let ((declaration (car (cdr tail))))
(setcdr tail (cdr (cdr tail)))
(push `(if macro-declaration-function
(funcall macro-declaration-function
',(car (cdr form)) ',declaration))
res)))
res))
(defun byte-compile-file-form-defmumble (form macrop)
(let* ((name (car (cdr form)))
(this-kind (if macrop 'byte-compile-macro-environment
'byte-compile-function-environment)) 'byte-compile-function-environment))
(that-kind (if macrop 'byte-compile-function-environment (that-kind (if macro 'byte-compile-function-environment
'byte-compile-macro-environment)) 'byte-compile-macro-environment))
(this-one (assq name (symbol-value this-kind))) (this-one (assq name (symbol-value this-kind)))
(that-one (assq name (symbol-value that-kind))) (that-one (assq name (symbol-value that-kind)))
(byte-compile-free-references nil) (byte-compile-current-form name)) ; For warnings.
(byte-compile-free-assignments nil))
(byte-compile-set-symbol-position name) (byte-compile-set-symbol-position name)
;; When a function or macro is defined, add it to the call tree so that ;; When a function or macro is defined, add it to the call tree so that
;; we can tell when functions are not used. ;; we can tell when functions are not used.
@ -2361,99 +2329,109 @@ by side-effects."
(setq byte-compile-call-tree (setq byte-compile-call-tree
(cons (list name nil nil) byte-compile-call-tree)))) (cons (list name nil nil) byte-compile-call-tree))))
(setq byte-compile-current-form name) ; for warnings
(if (byte-compile-warning-enabled-p 'redefine) (if (byte-compile-warning-enabled-p 'redefine)
(byte-compile-arglist-warn form macrop)) (byte-compile-arglist-warn name arglist macro))
(if byte-compile-verbose (if byte-compile-verbose
(message "Compiling %s... (%s)" (message "Compiling %s... (%s)"
(or byte-compile-current-file "") (nth 1 form))) (or byte-compile-current-file "") name))
(cond (that-one (cond ((not (or macro (listp body)))
;; We do not know positively if the definition is a macro
;; or a function, so we shouldn't emit warnings.
;; This also silences "multiple definition" warnings for defmethods.
nil)
(that-one
(if (and (byte-compile-warning-enabled-p 'redefine) (if (and (byte-compile-warning-enabled-p 'redefine)
;; don't warn when compiling the stubs in byte-run... ;; Don't warn when compiling the stubs in byte-run...
(not (assq (nth 1 form) (not (assq name byte-compile-initial-macro-environment)))
byte-compile-initial-macro-environment)))
(byte-compile-warn (byte-compile-warn
"`%s' defined multiple times, as both function and macro" "`%s' defined multiple times, as both function and macro"
(nth 1 form))) name))
(setcdr that-one nil)) (setcdr that-one nil))
(this-one (this-one
(when (and (byte-compile-warning-enabled-p 'redefine) (when (and (byte-compile-warning-enabled-p 'redefine)
;; hack: don't warn when compiling the magic internal ;; Hack: Don't warn when compiling the magic internal
;; byte-compiler macros in byte-run.el... ;; byte-compiler macros in byte-run.el...
(not (assq (nth 1 form) (not (assq name byte-compile-initial-macro-environment)))
byte-compile-initial-macro-environment)))
(byte-compile-warn "%s `%s' defined multiple times in this file" (byte-compile-warn "%s `%s' defined multiple times in this file"
(if macrop "macro" "function") (if macro "macro" "function")
(nth 1 form)))) name)))
((and (fboundp name) ((and (fboundp name)
(eq (car-safe (symbol-function name)) (eq (car-safe (symbol-function name))
(if macrop 'lambda 'macro))) (if macro 'lambda 'macro)))
(when (byte-compile-warning-enabled-p 'redefine) (when (byte-compile-warning-enabled-p 'redefine)
(byte-compile-warn "%s `%s' being redefined as a %s" (byte-compile-warn "%s `%s' being redefined as a %s"
(if macrop "function" "macro") (if macro "function" "macro")
(nth 1 form) name
(if macrop "macro" "function"))) (if macro "macro" "function")))
;; shadow existing definition ;; Shadow existing definition.
(set this-kind (set this-kind
(cons (cons name nil) (cons (cons name nil)
(symbol-value this-kind)))) (symbol-value this-kind))))
) )
(let ((body (nthcdr 3 form)))
(when (and (stringp (car body)) (when (and (listp body)
(stringp (car body))
(symbolp (car-safe (cdr-safe body))) (symbolp (car-safe (cdr-safe body)))
(car-safe (cdr-safe body)) (car-safe (cdr-safe body))
(stringp (car-safe (cdr-safe (cdr-safe body))))) (stringp (car-safe (cdr-safe (cdr-safe body)))))
(byte-compile-set-symbol-position (nth 1 form)) ;; FIXME: We've done that already just above, so this looks wrong!
;;(byte-compile-set-symbol-position name)
(byte-compile-warn "probable `\"' without `\\' in doc string of %s" (byte-compile-warn "probable `\"' without `\\' in doc string of %s"
(nth 1 form)))) name))
;; Generate code for declarations in macro definitions. (if (not (listp body))
;; Remove declarations from the body of the macro definition. ;; The precise definition requires evaluation to find out, so it
(when macrop ;; will only be known at runtime.
(dolist (decl (byte-compile-defmacro-declaration form)) ;; For a macro, that means we can't use that macro in the same file.
(prin1 decl byte-compile--outbuffer))) (progn
(unless macro
(push (cons name (if (listp arglist) `(declared ,arglist) t))
byte-compile-function-environment))
;; Tell the caller that we didn't compile it yet.
nil)
(let* ((code (byte-compile-lambda (nthcdr 2 form) t))) (let* ((code (byte-compile-lambda (cons arglist body) t)))
(if this-one (if this-one
;; A definition in b-c-initial-m-e should always take precedence ;; A definition in b-c-initial-m-e should always take precedence
;; during compilation, so don't let it be redefined. (Bug#8647) ;; during compilation, so don't let it be redefined. (Bug#8647)
(or (and macrop (or (and macro
(assq name byte-compile-initial-macro-environment)) (assq name byte-compile-initial-macro-environment))
(setcdr this-one code)) (setcdr this-one code))
(set this-kind (set this-kind
(cons (cons name code) (cons (cons name code)
(symbol-value this-kind)))) (symbol-value this-kind))))
(if rest
;; There are additional args to `defalias' (like maybe a docstring)
;; that the code below can't handle: punt!
nil
;; Otherwise, we have a bona-fide defun/defmacro definition, and use
;; special code to allow dynamic docstrings and byte-code.
(byte-compile-flush-pending) (byte-compile-flush-pending)
(if (not (stringp (nth 3 form))) (let ((index
;; No doc string. Provide -1 as the "doc string index" ;; If there's no doc string, provide -1 as the "doc string
;; so that no element will be treated as a doc string. ;; index" so that no element will be treated as a doc string.
(byte-compile-output-docform (if (not (stringp (car body))) -1 4)))
"\n(defalias '"
name
(if macrop '(" '(macro . #[" -1 "])") '(" #[" -1 "]"))
(append code nil) ; Turn byte-code-function-p into list.
(and (atom code) byte-compile-dynamic
1)
nil)
;; Output the form by hand, that's much simpler than having ;; Output the form by hand, that's much simpler than having
;; b-c-output-file-form analyze the defalias. ;; b-c-output-file-form analyze the defalias.
(byte-compile-output-docform (byte-compile-output-docform
"\n(defalias '" "\n(defalias '"
name name
(if macrop '(" '(macro . #[" 4 "])") '(" #[" 4 "]")) (if macro `(" '(macro . #[" ,index "])") `(" #[" ,index "]"))
(append code nil) ; Turn byte-code-function-p into list. (append code nil) ; Turn byte-code-function-p into list.
(and (atom code) byte-compile-dynamic (and (atom code) byte-compile-dynamic
1) 1)
nil)) nil))
(princ ")" byte-compile--outbuffer) (princ ")" byte-compile--outbuffer)
nil))) t)))))
;; Print Lisp object EXP in the output file, inside a comment,
;; and return the file position it will have.
;; If QUOTED is non-nil, print with quoting; otherwise, print without quoting.
(defun byte-compile-output-as-comment (exp quoted) (defun byte-compile-output-as-comment (exp quoted)
(let ((position (point))) "Print Lisp object EXP in the output file, inside a comment,
and return the file (byte) position it will have.
If QUOTED is non-nil, print with quoting; otherwise, print without quoting."
(with-current-buffer byte-compile--outbuffer (with-current-buffer byte-compile--outbuffer
(let ((position (point)))
;; Insert EXP, and make it a comment with #@LENGTH. ;; Insert EXP, and make it a comment with #@LENGTH.
(insert " ") (insert " ")
@ -2478,13 +2456,12 @@ by side-effects."
(position-bytes position)))) (position-bytes position))))
;; Save the file position of the object. ;; Save the file position of the object.
;; Note we should add 1 to skip the space ;; Note we add 1 to skip the space that we inserted before the actual doc
;; that we inserted before the actual doc string, ;; string, and subtract point-min to convert from an 1-origin Emacs
;; and subtract 1 to convert from an 1-origin Emacs position ;; position to a file position.
;; to a file position; they cancel. (prog1
(setq position (point)) (- (position-bytes (point)) (point-min) -1)
(goto-char (point-max))) (goto-char (point-max))))))
position))
@ -2581,14 +2558,15 @@ If FORM is a lambda or a macro, byte-compile it as a function."
(lsh nonrest 8) (lsh nonrest 8)
(lsh rest 7))))) (lsh rest 7)))))
;; Byte-compile a lambda-expression and return a valid function.
;; The value is usually a compiled function but may be the original
;; lambda-expression.
;; When ADD-LAMBDA is non-nil, the symbol `lambda' is added as head
;; of the list FUN and `byte-compile-set-symbol-position' is not called.
;; Use this feature to avoid calling `byte-compile-set-symbol-position'
;; for symbols generated by the byte compiler itself.
(defun byte-compile-lambda (fun &optional add-lambda reserved-csts) (defun byte-compile-lambda (fun &optional add-lambda reserved-csts)
"Byte-compile a lambda-expression and return a valid function.
The value is usually a compiled function but may be the original
lambda-expression.
When ADD-LAMBDA is non-nil, the symbol `lambda' is added as head
of the list FUN and `byte-compile-set-symbol-position' is not called.
Use this feature to avoid calling `byte-compile-set-symbol-position'
for symbols generated by the byte compiler itself."
(if add-lambda (if add-lambda
(setq fun (cons 'lambda fun)) (setq fun (cons 'lambda fun))
(unless (eq 'lambda (car-safe fun)) (unless (eq 'lambda (car-safe fun))
@ -2649,8 +2627,8 @@ If FORM is a lambda or a macro, byte-compile it as a function."
(byte-compile-make-lambda-lexenv fun)) (byte-compile-make-lambda-lexenv fun))
reserved-csts))) reserved-csts)))
;; Build the actual byte-coded function. ;; Build the actual byte-coded function.
(if (eq 'byte-code (car-safe compiled)) (assert (eq 'byte-code (car-safe compiled)))
(apply 'make-byte-code (apply #'make-byte-code
(if lexical-binding (if lexical-binding
(byte-compile-make-args-desc arglist) (byte-compile-make-args-desc arglist)
arglist) arglist)
@ -2665,8 +2643,7 @@ If FORM is a lambda or a macro, byte-compile it as a function."
(list doc))) (list doc)))
;; optionally, the interactive spec. ;; optionally, the interactive spec.
(if int (if int
(list (nth 1 int))))) (list (nth 1 int))))))))
(error "byte-compile-top-level did not return byte-code")))))
(defvar byte-compile-reserved-constants 0) (defvar byte-compile-reserved-constants 0)
@ -3066,9 +3043,9 @@ That command is designed for interactive use only" fn))
(byte-compile-check-variable var 'assign) (byte-compile-check-variable var 'assign)
(let ((lex-binding (assq var byte-compile--lexical-environment))) (let ((lex-binding (assq var byte-compile--lexical-environment)))
(if lex-binding (if lex-binding
;; VAR is lexically bound ;; VAR is lexically bound.
(byte-compile-stack-set (cdr lex-binding)) (byte-compile-stack-set (cdr lex-binding))
;; VAR is dynamically bound ;; VAR is dynamically bound.
(unless (or (not (byte-compile-warning-enabled-p 'free-vars)) (unless (or (not (byte-compile-warning-enabled-p 'free-vars))
(boundp var) (boundp var)
(memq var byte-compile-bound-variables) (memq var byte-compile-bound-variables)
@ -3353,6 +3330,7 @@ discarding."
(body (nthcdr 3 form)) (body (nthcdr 3 form))
(fun (fun
(byte-compile-lambda `(lambda ,vars . ,body) nil (length env)))) (byte-compile-lambda `(lambda ,vars . ,body) nil (length env))))
(assert (> (length env) 0)) ;Otherwise, we don't need a closure.
(assert (byte-code-function-p fun)) (assert (byte-code-function-p fun))
(byte-compile-form `(make-byte-code (byte-compile-form `(make-byte-code
',(aref fun 0) ',(aref fun 1) ',(aref fun 0) ',(aref fun 1)
@ -4074,36 +4052,11 @@ binding slots have been popped."
;;; top-level forms elsewhere ;;; top-level forms elsewhere
(byte-defop-compiler-1 defun)
(byte-defop-compiler-1 defmacro)
(byte-defop-compiler-1 defvar) (byte-defop-compiler-1 defvar)
(byte-defop-compiler-1 defconst byte-compile-defvar) (byte-defop-compiler-1 defconst byte-compile-defvar)
(byte-defop-compiler-1 autoload) (byte-defop-compiler-1 autoload)
(byte-defop-compiler-1 lambda byte-compile-lambda-form) (byte-defop-compiler-1 lambda byte-compile-lambda-form)
(defun byte-compile-defun (form)
;; This is not used for file-level defuns with doc strings.
(if (symbolp (car form))
(byte-compile-set-symbol-position (car form))
(byte-compile-set-symbol-position 'defun)
(error "defun name must be a symbol, not %s" (car form)))
(byte-compile-push-constant 'defalias)
(byte-compile-push-constant (nth 1 form))
(byte-compile-push-constant (byte-compile-lambda (cdr (cdr form)) t))
(byte-compile-out 'byte-call 2))
(defun byte-compile-defmacro (form)
;; This is not used for file-level defmacros with doc strings.
(byte-compile-body-do-effect
(let ((decls (byte-compile-defmacro-declaration form))
(code (byte-compile-lambda (cdr (cdr form)) t)))
`((defalias ',(nth 1 form)
,(if (eq (car-safe code) 'make-byte-code)
`(cons 'macro ,code)
`'(macro . ,(eval code))))
,@decls
',(nth 1 form)))))
;; If foo.el declares `toto' as obsolete, it is likely that foo.el will ;; If foo.el declares `toto' as obsolete, it is likely that foo.el will
;; actually use `toto' in order for this obsolete variable to still work ;; actually use `toto' in order for this obsolete variable to still work
;; correctly, so paradoxically, while byte-compiling foo.el, the presence ;; correctly, so paradoxically, while byte-compiling foo.el, the presence
@ -4179,38 +4132,53 @@ binding slots have been popped."
(put 'defalias 'byte-hunk-handler 'byte-compile-file-form-defalias) (put 'defalias 'byte-hunk-handler 'byte-compile-file-form-defalias)
;; Used for eieio--defalias as well. ;; Used for eieio--defalias as well.
(defun byte-compile-file-form-defalias (form) (defun byte-compile-file-form-defalias (form)
(if (and (consp (cdr form)) (consp (nth 1 form)) ;; For the compilation itself, we could largely get rid of this hunk-handler,
(eq (car (nth 1 form)) 'quote) ;; if it weren't for the fact that we need to figure out when a defalias
(consp (cdr (nth 1 form))) ;; defines a macro, so as to add it to byte-compile-macro-environment.
(symbolp (nth 1 (nth 1 form)))) ;;
(let ((constant ;; FIXME: we also use this hunk-handler to implement the function's dynamic
(and (consp (nthcdr 2 form)) ;; docstring feature. We could actually implement it more elegantly in
(consp (nth 2 form)) ;; byte-compile-lambda so it applies to all lambdas, but the problem is that
(eq (car (nth 2 form)) 'quote) ;; the resulting .elc format will not be recognized by make-docfile, so
(consp (cdr (nth 2 form))) ;; either we stop using DOC for the docstrings of preloaded elc files (at the
(symbolp (nth 1 (nth 2 form)))))) ;; cost of around 24KB on 32bit hosts, double on 64bit hosts) or we need to
(byte-compile-defalias-warn (nth 1 (nth 1 form))) ;; build DOC in a more clever way (e.g. handle anonymous elements).
(push (cons (nth 1 (nth 1 form)) (let ((byte-compile-free-references nil)
(if constant (nth 1 (nth 2 form)) t)) (byte-compile-free-assignments nil))
byte-compile-function-environment))) (pcase form
;; Decompose `form' into:
;; - `name' is the name of the defined function.
;; - `arg' is the expression to which it is defined.
;; - `rest' is the rest of the arguments.
(`(,_ ',name ,arg . ,rest)
(pcase-let*
;; `macro' is non-nil if it defines a macro.
;; `fun' is the function part of `arg' (defaults to `arg').
(((or (and (or `(cons 'macro ,fun) `'(macro . ,fun)) (let macro t))
(and (let fun arg) (let macro nil)))
arg)
;; `lam' is the lambda expression in `fun' (or nil if not
;; recognized).
((or `(,(or `quote `function) ,lam) (let lam nil))
fun)
;; `arglist' is the list of arguments (or t if not recognized).
;; `body' is the body of `lam' (or t if not recognized).
((or `(lambda ,arglist . ,body)
;; `(closure ,_ ,arglist . ,body)
(and `(internal-make-closure ,arglist . ,_) (let body t))
(and (let arglist t) (let body t)))
lam))
(unless (byte-compile-file-form-defmumble
name macro arglist body rest)
(byte-compile-keep-pending form))))
;; We used to just do: (byte-compile-normal-call form) ;; We used to just do: (byte-compile-normal-call form)
;; But it turns out that this fails to optimize the code. ;; But it turns out that this fails to optimize the code.
;; So instead we now do the same as what other byte-hunk-handlers do, ;; So instead we now do the same as what other byte-hunk-handlers do,
;; which is to call back byte-compile-file-form and then return nil. ;; which is to call back byte-compile-file-form and then return nil.
;; Except that we can't just call byte-compile-file-form since it would ;; Except that we can't just call byte-compile-file-form since it would
;; call us right back. ;; call us right back.
(byte-compile-keep-pending form) (t (byte-compile-keep-pending form)))))
;; Return nil so the form is not output twice.
nil)
;; Turn off warnings about prior calls to the function being defalias'd.
;; This could be smarter and compare those calls with
;; the function it is being aliased to.
(defun byte-compile-defalias-warn (new)
(let ((calls (assq new byte-compile-unresolved-functions)))
(if calls
(setq byte-compile-unresolved-functions
(delq calls byte-compile-unresolved-functions)))))
(byte-defop-compiler-1 with-no-warnings byte-compile-no-warnings) (byte-defop-compiler-1 with-no-warnings byte-compile-no-warnings)
(defun byte-compile-no-warnings (form) (defun byte-compile-no-warnings (form)

View file

@ -73,8 +73,6 @@
;; since afterwards they can because obnoxious (warnings about an "unused ;; since afterwards they can because obnoxious (warnings about an "unused
;; variable" should not be emitted when the variable use has simply been ;; variable" should not be emitted when the variable use has simply been
;; optimized away). ;; optimized away).
;; - turn defun and defmacro into macros (and remove special handling of
;; `declare' afterwards).
;; - let macros specify that some let-bindings come from the same source, ;; - let macros specify that some let-bindings come from the same source,
;; so the unused warning takes all uses into account. ;; so the unused warning takes all uses into account.
;; - let interactive specs return a function to build the args (to stash into ;; - let interactive specs return a function to build the args (to stash into
@ -410,20 +408,6 @@ places where they originally did not directly appear."
. ,(mapcar (lambda (form) (cconv-convert form env extend)) . ,(mapcar (lambda (form) (cconv-convert form env extend))
forms))) forms)))
;defun, defmacro
(`(,(and sym (or `defun `defmacro))
,func ,args . ,body)
(assert (equal body (caar cconv-freevars-alist)))
(assert (null (cdar cconv-freevars-alist)))
(let ((new (cconv--convert-function args body env form)))
(pcase new
(`(function (lambda ,newargs . ,new-body))
(assert (equal args newargs))
`(,sym ,func ,args . ,new-body))
(t (byte-compile-report-error
(format "Internal error in cconv of (%s %s ...)" sym func))))))
;condition-case ;condition-case
(`(condition-case ,var ,protected-form . ,handlers) (`(condition-case ,var ,protected-form . ,handlers)
(let ((newform (cconv--convert-function (let ((newform (cconv--convert-function
@ -618,15 +602,6 @@ and updates the data stored in ENV."
(dolist (vardata newvars) (dolist (vardata newvars)
(cconv--analyse-use vardata form "variable")))) (cconv--analyse-use vardata form "variable"))))
; defun special form
(`(,(or `defun `defmacro) ,func ,vrs . ,body-forms)
(when env
(byte-compile-log-warning
(format "Function %S will ignore its context %S"
func (mapcar #'car env))
t :warning))
(cconv--analyse-function vrs body-forms nil form))
(`(function (lambda ,vrs . ,body-forms)) (`(function (lambda ,vrs . ,body-forms))
(cconv--analyse-function vrs body-forms env form)) (cconv--analyse-function vrs body-forms env form))

View file

@ -357,6 +357,8 @@ Returns the forms."
(set (make-local-variable 'elint-buffer-env) (set (make-local-variable 'elint-buffer-env)
(elint-init-env elint-buffer-forms)) (elint-init-env elint-buffer-forms))
(if elint-preloaded-env (if elint-preloaded-env
;; FIXME: This doesn't do anything! Should we setq the result to
;; elint-buffer-env?
(elint-env-add-env elint-preloaded-env elint-buffer-env)) (elint-env-add-env elint-preloaded-env elint-buffer-env))
(set (make-local-variable 'elint-last-env-time) (buffer-modified-tick)) (set (make-local-variable 'elint-last-env-time) (buffer-modified-tick))
elint-buffer-forms)) elint-buffer-forms))

View file

@ -135,11 +135,9 @@ It has `lisp-mode-abbrev-table' as its parent."
;; This was originally in autoload.el and is still used there. ;; This was originally in autoload.el and is still used there.
(put 'autoload 'doc-string-elt 3) (put 'autoload 'doc-string-elt 3)
(put 'defun 'doc-string-elt 3)
(put 'defmethod 'doc-string-elt 3) (put 'defmethod 'doc-string-elt 3)
(put 'defvar 'doc-string-elt 3) (put 'defvar 'doc-string-elt 3)
(put 'defconst 'doc-string-elt 3) (put 'defconst 'doc-string-elt 3)
(put 'defmacro 'doc-string-elt 3)
(put 'defalias 'doc-string-elt 3) (put 'defalias 'doc-string-elt 3)
(put 'defvaralias 'doc-string-elt 3) (put 'defvaralias 'doc-string-elt 3)
(put 'define-category 'doc-string-elt 2) (put 'define-category 'doc-string-elt 2)

View file

@ -65,7 +65,7 @@ result will be eq to LIST).
(,unshared nil) (,unshared nil)
(,tail ,shared) (,tail ,shared)
,var ,new-el) ,var ,new-el)
(while ,tail (while (consp ,tail)
(setq ,var (car ,tail) (setq ,var (car ,tail)
,new-el (progn ,@body)) ,new-el (progn ,@body))
(unless (eq ,var ,new-el) (unless (eq ,var ,new-el)
@ -128,20 +128,6 @@ Assumes the caller has bound `macroexpand-all-environment'."
(cddr form)) (cddr form))
(cdr form)) (cdr form))
form)) form))
(`(defmacro ,name . ,args-and-body)
(push (cons name (cons 'lambda args-and-body))
macroexpand-all-environment)
(let ((n 3))
;; Don't macroexpand `declare' since it should really be "expanded"
;; away when `defmacro' is expanded, but currently defmacro is not
;; itself a macro. So both `defmacro' and `declare' need to be
;; handled directly in bytecomp.el.
;; FIXME: Maybe a simpler solution is to (defalias 'declare 'quote).
(while (or (stringp (nth n form))
(eq (car-safe (nth n form)) 'declare))
(setq n (1+ n)))
(macroexpand-all-forms form n)))
(`(defun . ,_) (macroexpand-all-forms form 3))
(`(,(or `defvar `defconst) . ,_) (macroexpand-all-forms form 2)) (`(,(or `defvar `defconst) . ,_) (macroexpand-all-forms form 2))
(`(function ,(and f `(lambda . ,_))) (`(function ,(and f `(lambda . ,_)))
(maybe-cons 'function (maybe-cons 'function

View file

@ -318,6 +318,21 @@
;; At this point, we're ready to resume undo recording for scratch. ;; At this point, we're ready to resume undo recording for scratch.
(buffer-enable-undo "*scratch*") (buffer-enable-undo "*scratch*")
(when (hash-table-p purify-flag)
(let ((strings 0)
(vectors 0)
(conses 0)
(others 0))
(maphash (lambda (k v)
(cond
((stringp k) (setq strings (1+ strings)))
((vectorp k) (setq vectors (1+ vectors)))
((consp k) (setq conses (1+ conses)))
(t (setq others (1+ others)))))
purify-flag)
(message "Pure-hashed: %d strings, %d vectors, %d conses, %d others"
strings vectors conses others)))
;; Avoid error if user loads some more libraries now and make sure the ;; Avoid error if user loads some more libraries now and make sure the
;; hash-consing hash table is GC'd. ;; hash-consing hash table is GC'd.
(setq purify-flag nil) (setq purify-flag nil)

View file

@ -1,3 +1,13 @@
2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
* eval.c (Fdefun, Fdefmacro, Vmacro_declaration_function):
Move to byte-run.el.
(Fautoload): Do the hash-doc more carefully.
* data.c (Fdefalias): Purify definition, except for keymaps.
(Qdefun): Move from eval.c.
* lisp.h (Qdefun): Remove.
* lread.c (read1): Tiny simplification.
2012-05-29 Troels Nielsen <bn.troels@gmail.com> 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
Do not create empty overlays with the evaporate property (Bug#9642). Do not create empty overlays with the evaporate property (Bug#9642).
@ -11,8 +21,8 @@
* w32term.c (my_bring_window_to_top): New function. * w32term.c (my_bring_window_to_top): New function.
(x_raise_frame): Use handle returned by DeferWindowPos, which (x_raise_frame): Use handle returned by DeferWindowPos, which
could be different from the original one. Call could be different from the original one.
my_bring_window_to_top instead of my_set_foreground_window. Call my_bring_window_to_top instead of my_set_foreground_window.
(Bug#11513) (Bug#11513)
* w32fns.c (w32_wnd_proc): Accept and process WM_EMACS_BRINGTOTOP * w32fns.c (w32_wnd_proc): Accept and process WM_EMACS_BRINGTOTOP
@ -103,12 +113,12 @@
2012-05-26 Eli Zaretskii <eliz@gnu.org> 2012-05-26 Eli Zaretskii <eliz@gnu.org>
Extend mouse support on W32 text-mode console. Extend mouse support on W32 text-mode console.
* xdisp.c (draw_row_with_mouse_face): Call * xdisp.c (draw_row_with_mouse_face):
tty_draw_row_with_mouse_face for WINDOWSNT as well. Call tty_draw_row_with_mouse_face for WINDOWSNT as well.
* w32console.c: Include window.h. * w32console.c: Include window.h.
(w32con_write_glyphs_with_face, tty_draw_row_with_mouse_face): New (w32con_write_glyphs_with_face, tty_draw_row_with_mouse_face):
functions. New functions.
(initialize_w32_display): Initialize mouse-highlight data. (initialize_w32_display): Initialize mouse-highlight data.
* w32inevt.c: Include termchar.h and window.h. * w32inevt.c: Include termchar.h and window.h.
@ -646,7 +656,7 @@
(marker_byte_position, Fbuffer_has_markers_at): (marker_byte_position, Fbuffer_has_markers_at):
Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough. Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
(Fset_marker, set_marker_restricted): Don't assume fixnum fits in int. (Fset_marker, set_marker_restricted): Don't assume fixnum fits in int.
* menu.c (ensure_menu_items): Renamed from grow_menu_items. * menu.c (ensure_menu_items): Rename from grow_menu_items.
It now merely ensures that the menu is large enough, without It now merely ensures that the menu is large enough, without
necessarily growing it, as this avoids some integer overflow issues. necessarily growing it, as this avoids some integer overflow issues.
All callers changed. All callers changed.
@ -1091,8 +1101,8 @@
* xdisp.c (handle_single_display_spec): Return 1 for left-margin * xdisp.c (handle_single_display_spec): Return 1 for left-margin
and right-margin display specs even if the spec is invalid or we and right-margin display specs even if the spec is invalid or we
are on a TTY, and thus unable to display on the fringes. That's are on a TTY, and thus unable to display on the fringes.
because the text with the property will not be displayed anyway, That's because the text with the property will not be displayed anyway,
so we need to signal to the caller that this is a "replacing" so we need to signal to the caller that this is a "replacing"
display spec. This fixes display when the spec is invalid or we display spec. This fixes display when the spec is invalid or we
are on a TTY. are on a TTY.

View file

@ -34,6 +34,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include "syssignal.h" #include "syssignal.h"
#include "termhooks.h" /* For FRAME_KBOARD reference in y-or-n-p. */ #include "termhooks.h" /* For FRAME_KBOARD reference in y-or-n-p. */
#include "font.h" #include "font.h"
#include "keymap.h"
#include <float.h> #include <float.h>
/* If IEEE_FLOATING_POINT isn't defined, default it from FLT_*. */ /* If IEEE_FLOATING_POINT isn't defined, default it from FLT_*. */
@ -92,6 +93,7 @@ Lisp_Object Qbuffer;
static Lisp_Object Qchar_table, Qbool_vector, Qhash_table; static Lisp_Object Qchar_table, Qbool_vector, Qhash_table;
static Lisp_Object Qsubrp, Qmany, Qunevalled; static Lisp_Object Qsubrp, Qmany, Qunevalled;
Lisp_Object Qfont_spec, Qfont_entity, Qfont_object; Lisp_Object Qfont_spec, Qfont_entity, Qfont_object;
static Lisp_Object Qdefun;
Lisp_Object Qinteractive_form; Lisp_Object Qinteractive_form;
@ -130,7 +132,7 @@ args_out_of_range_3 (Lisp_Object a1, Lisp_Object a2, Lisp_Object a3)
} }
/* Data type predicates */ /* Data type predicates. */
DEFUN ("eq", Feq, Seq, 2, 2, 0, DEFUN ("eq", Feq, Seq, 2, 2, 0,
doc: /* Return t if the two args are the same Lisp object. */) doc: /* Return t if the two args are the same Lisp object. */)
@ -656,6 +658,10 @@ determined by DEFINITION. */)
if (CONSP (XSYMBOL (symbol)->function) if (CONSP (XSYMBOL (symbol)->function)
&& EQ (XCAR (XSYMBOL (symbol)->function), Qautoload)) && EQ (XCAR (XSYMBOL (symbol)->function), Qautoload))
LOADHIST_ATTACH (Fcons (Qt, symbol)); LOADHIST_ATTACH (Fcons (Qt, symbol));
if (!NILP (Vpurify_flag)
/* If `definition' is a keymap, immutable (and copying) is wrong. */
&& !KEYMAPP (definition))
definition = Fpurecopy (definition);
definition = Ffset (symbol, definition); definition = Ffset (symbol, definition);
LOADHIST_ATTACH (Fcons (Qdefun, symbol)); LOADHIST_ATTACH (Fcons (Qdefun, symbol));
if (!NILP (docstring)) if (!NILP (docstring))
@ -3085,6 +3091,8 @@ syms_of_data (void)
DEFSYM (Qbool_vector, "bool-vector"); DEFSYM (Qbool_vector, "bool-vector");
DEFSYM (Qhash_table, "hash-table"); DEFSYM (Qhash_table, "hash-table");
DEFSYM (Qdefun, "defun");
DEFSYM (Qfont_spec, "font-spec"); DEFSYM (Qfont_spec, "font-spec");
DEFSYM (Qfont_entity, "font-entity"); DEFSYM (Qfont_entity, "font-entity");
DEFSYM (Qfont_object, "font-object"); DEFSYM (Qfont_object, "font-object");

View file

@ -65,7 +65,7 @@ struct handler *handlerlist;
int gcpro_level; int gcpro_level;
#endif #endif
Lisp_Object Qautoload, Qmacro, Qexit, Qinteractive, Qcommandp, Qdefun; Lisp_Object Qautoload, Qmacro, Qexit, Qinteractive, Qcommandp;
Lisp_Object Qinhibit_quit; Lisp_Object Qinhibit_quit;
Lisp_Object Qand_rest; Lisp_Object Qand_rest;
static Lisp_Object Qand_optional; static Lisp_Object Qand_optional;
@ -593,109 +593,6 @@ interactive_p (int exclude_subrs_p)
} }
DEFUN ("defun", Fdefun, Sdefun, 2, UNEVALLED, 0,
doc: /* Define NAME as a function.
The definition is (lambda ARGLIST [DOCSTRING] BODY...).
See also the function `interactive'.
usage: (defun NAME ARGLIST [DOCSTRING] BODY...) */)
(Lisp_Object args)
{
register Lisp_Object fn_name;
register Lisp_Object defn;
fn_name = Fcar (args);
CHECK_SYMBOL (fn_name);
defn = Fcons (Qlambda, Fcdr (args));
if (!NILP (Vinternal_interpreter_environment)) /* Mere optimization! */
defn = Ffunction (Fcons (defn, Qnil));
if (!NILP (Vpurify_flag))
defn = Fpurecopy (defn);
if (CONSP (XSYMBOL (fn_name)->function)
&& EQ (XCAR (XSYMBOL (fn_name)->function), Qautoload))
LOADHIST_ATTACH (Fcons (Qt, fn_name));
Ffset (fn_name, defn);
LOADHIST_ATTACH (Fcons (Qdefun, fn_name));
return fn_name;
}
DEFUN ("defmacro", Fdefmacro, Sdefmacro, 2, UNEVALLED, 0,
doc: /* Define NAME as a macro.
The actual definition looks like
(macro lambda ARGLIST [DOCSTRING] [DECL] BODY...).
When the macro is called, as in (NAME ARGS...),
the function (lambda ARGLIST BODY...) is applied to
the list ARGS... as it appears in the expression,
and the result should be a form to be evaluated instead of the original.
DECL is a declaration, optional, which can specify how to indent
calls to this macro, how Edebug should handle it, and which argument
should be treated as documentation. It looks like this:
(declare SPECS...)
The elements can look like this:
(indent INDENT)
Set NAME's `lisp-indent-function' property to INDENT.
(debug DEBUG)
Set NAME's `edebug-form-spec' property to DEBUG. (This is
equivalent to writing a `def-edebug-spec' for the macro.)
(doc-string ELT)
Set NAME's `doc-string-elt' property to ELT.
usage: (defmacro NAME ARGLIST [DOCSTRING] [DECL] BODY...) */)
(Lisp_Object args)
{
register Lisp_Object fn_name;
register Lisp_Object defn;
Lisp_Object lambda_list, doc, tail;
fn_name = Fcar (args);
CHECK_SYMBOL (fn_name);
lambda_list = Fcar (Fcdr (args));
tail = Fcdr (Fcdr (args));
doc = Qnil;
if (STRINGP (Fcar (tail)))
{
doc = XCAR (tail);
tail = XCDR (tail);
}
if (CONSP (Fcar (tail))
&& EQ (Fcar (Fcar (tail)), Qdeclare))
{
if (!NILP (Vmacro_declaration_function))
{
struct gcpro gcpro1;
GCPRO1 (args);
call2 (Vmacro_declaration_function, fn_name, Fcar (tail));
UNGCPRO;
}
tail = Fcdr (tail);
}
if (NILP (doc))
tail = Fcons (lambda_list, tail);
else
tail = Fcons (lambda_list, Fcons (doc, tail));
defn = Fcons (Qlambda, tail);
if (!NILP (Vinternal_interpreter_environment)) /* Mere optimization! */
defn = Ffunction (Fcons (defn, Qnil));
defn = Fcons (Qmacro, defn);
if (!NILP (Vpurify_flag))
defn = Fpurecopy (defn);
if (CONSP (XSYMBOL (fn_name)->function)
&& EQ (XCAR (XSYMBOL (fn_name)->function), Qautoload))
LOADHIST_ATTACH (Fcons (Qt, fn_name));
Ffset (fn_name, defn);
LOADHIST_ATTACH (Fcons (Qdefun, fn_name));
return fn_name;
}
DEFUN ("defvaralias", Fdefvaralias, Sdefvaralias, 2, 3, 0, DEFUN ("defvaralias", Fdefvaralias, Sdefvaralias, 2, 3, 0,
doc: /* Make NEW-ALIAS a variable alias for symbol BASE-VARIABLE. doc: /* Make NEW-ALIAS a variable alias for symbol BASE-VARIABLE.
Aliased variables always have the same value; setting one sets the other. Aliased variables always have the same value; setting one sets the other.
@ -2014,12 +1911,11 @@ this does nothing and returns nil. */)
/* Only add entries after dumping, because the ones before are /* Only add entries after dumping, because the ones before are
not useful and else we get loads of them from the loaddefs.el. */ not useful and else we get loads of them from the loaddefs.el. */
LOADHIST_ATTACH (Fcons (Qautoload, function)); LOADHIST_ATTACH (Fcons (Qautoload, function));
else else if (EQ (docstring, make_number (0)))
/* We don't want the docstring in purespace (instead, /* `read1' in lread.c has found the docstring starting with "\
Snarf-documentation should (hopefully) overwrite it). and assumed the docstring will be provided by Snarf-documentation, so it
We used to use 0 here, but that leads to accidental sharing in passed us 0 instead. But that leads to accidental sharing in purecopy's
purecopy's hash-consing, so we use a (hopefully) unique integer hash-consing, so we use a (hopefully) unique integer instead. */
instead. */
docstring = make_number (XUNTAG (function, Lisp_Symbol)); docstring = make_number (XUNTAG (function, Lisp_Symbol));
return Ffset (function, return Ffset (function,
Fpurecopy (list5 (Qautoload, file, docstring, Fpurecopy (list5 (Qautoload, file, docstring,
@ -3576,7 +3472,6 @@ before making `inhibit-quit' nil. */);
DEFSYM (Qinteractive, "interactive"); DEFSYM (Qinteractive, "interactive");
DEFSYM (Qcommandp, "commandp"); DEFSYM (Qcommandp, "commandp");
DEFSYM (Qdefun, "defun");
DEFSYM (Qand_rest, "&rest"); DEFSYM (Qand_rest, "&rest");
DEFSYM (Qand_optional, "&optional"); DEFSYM (Qand_optional, "&optional");
DEFSYM (Qclosure, "closure"); DEFSYM (Qclosure, "closure");
@ -3638,23 +3533,16 @@ Note that `debug-on-error', `debug-on-quit' and friends
still determine whether to handle the particular condition. */); still determine whether to handle the particular condition. */);
Vdebug_on_signal = Qnil; Vdebug_on_signal = Qnil;
DEFVAR_LISP ("macro-declaration-function", Vmacro_declaration_function,
doc: /* Function to process declarations in a macro definition.
The function will be called with two args MACRO and DECL.
MACRO is the name of the macro being defined.
DECL is a list `(declare ...)' containing the declarations.
The value the function returns is not used. */);
Vmacro_declaration_function = Qnil;
/* When lexical binding is being used, /* When lexical binding is being used,
vinternal_interpreter_environment is non-nil, and contains an alist Vinternal_interpreter_environment is non-nil, and contains an alist
of lexically-bound variable, or (t), indicating an empty of lexically-bound variable, or (t), indicating an empty
environment. The lisp name of this variable would be environment. The lisp name of this variable would be
`internal-interpreter-environment' if it weren't hidden. `internal-interpreter-environment' if it weren't hidden.
Every element of this list can be either a cons (VAR . VAL) Every element of this list can be either a cons (VAR . VAL)
specifying a lexical binding, or a single symbol VAR indicating specifying a lexical binding, or a single symbol VAR indicating
that this variable should use dynamic scoping. */ that this variable should use dynamic scoping. */
DEFSYM (Qinternal_interpreter_environment, "internal-interpreter-environment"); DEFSYM (Qinternal_interpreter_environment,
"internal-interpreter-environment");
DEFVAR_LISP ("internal-interpreter-environment", DEFVAR_LISP ("internal-interpreter-environment",
Vinternal_interpreter_environment, Vinternal_interpreter_environment,
doc: /* If non-nil, the current lexical environment of the lisp interpreter. doc: /* If non-nil, the current lexical environment of the lisp interpreter.
@ -3685,8 +3573,6 @@ alist of active lexical bindings. */);
defsubr (&Ssetq); defsubr (&Ssetq);
defsubr (&Squote); defsubr (&Squote);
defsubr (&Sfunction); defsubr (&Sfunction);
defsubr (&Sdefun);
defsubr (&Sdefmacro);
defsubr (&Sdefvar); defsubr (&Sdefvar);
defsubr (&Sdefvaralias); defsubr (&Sdefvaralias);
defsubr (&Sdefconst); defsubr (&Sdefconst);

View file

@ -3001,7 +3001,7 @@ extern void init_lread (void);
extern void syms_of_lread (void); extern void syms_of_lread (void);
/* Defined in eval.c. */ /* Defined in eval.c. */
extern Lisp_Object Qautoload, Qexit, Qinteractive, Qcommandp, Qdefun, Qmacro; extern Lisp_Object Qautoload, Qexit, Qinteractive, Qcommandp, Qmacro;
extern Lisp_Object Qinhibit_quit, Qclosure; extern Lisp_Object Qinhibit_quit, Qclosure;
extern Lisp_Object Qand_rest; extern Lisp_Object Qand_rest;
extern Lisp_Object Vautoload_queue; extern Lisp_Object Vautoload_queue;

View file

@ -2982,7 +2982,7 @@ read1 (register Lisp_Object readcharfun, int *pch, int first_in_list)
/* If purifying, and string starts with \ newline, /* If purifying, and string starts with \ newline,
return zero instead. This is for doc strings return zero instead. This is for doc strings
that we are really going to find in etc/DOC.nn.nn */ that we are really going to find in etc/DOC.nn.nn. */
if (!NILP (Vpurify_flag) && NILP (Vdoc_file_name) && cancel) if (!NILP (Vpurify_flag) && NILP (Vdoc_file_name) && cancel)
return make_number (0); return make_number (0);
@ -3095,17 +3095,16 @@ read1 (register Lisp_Object readcharfun, int *pch, int first_in_list)
nbytes) nbytes)
: nbytes); : nbytes);
if (uninterned_symbol && ! NILP (Vpurify_flag)) name = ((uninterned_symbol && ! NILP (Vpurify_flag)
name = make_pure_string (read_buffer, nchars, nbytes, multibyte); ? make_pure_string : make_specified_string)
else (read_buffer, nchars, nbytes, multibyte));
name = make_specified_string (read_buffer, nchars, nbytes, multibyte);
result = (uninterned_symbol ? Fmake_symbol (name) result = (uninterned_symbol ? Fmake_symbol (name)
: Fintern (name, Qnil)); : Fintern (name, Qnil));
if (EQ (Vread_with_symbol_positions, Qt) if (EQ (Vread_with_symbol_positions, Qt)
|| EQ (Vread_with_symbol_positions, readcharfun)) || EQ (Vread_with_symbol_positions, readcharfun))
Vread_symbol_positions_list = Vread_symbol_positions_list
Fcons (Fcons (result, make_number (start_position)), = Fcons (Fcons (result, make_number (start_position)),
Vread_symbol_positions_list); Vread_symbol_positions_list);
return result; return result;
} }