Glenn Morris
43ab13de0b
(authors-process-lines): Remove.
...
(authors): Use process-lines rather than authors-process-lines.
2007-11-17 03:43:54 +00:00
Glenn Morris
1453abd0cc
(process-lines): Move to ../lisp/subr.el.
2007-11-17 03:42:57 +00:00
Glenn Morris
d43c8d0332
(process-lines): Move here from ../admin/admin.el.
2007-11-17 03:42:22 +00:00
Juanma Barranquero
efb67a5e8d
(ring-size, ring-p, ring-insert, ring-length, ring-empty-p): Use c[ad]dr.
...
(ring-plus1): Use `1+'.
(ring-minus1): Use `zerop'.
(ring-remove): Use c[ad]dr. Use `when'.
(ring-copy): Use c[ad]dr. Use `let', not `let*'.
(ring-ref): Use `let', not `let*'.
(ring-insert-at-beginning): Use c[ad]dr. Doc fix.
(ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
(ring-member): Simplify. Doc fix.
(ring-convert-sequence-to-ring): Simplify.
2007-11-17 02:51:49 +00:00
Juanma Barranquero
82bb564322
(backquote): Improve argument/docstring consistency.
2007-11-17 02:49:49 +00:00
Juri Linkov
934b49686d
(dired-create-directory): Allow creating
...
a directory of an arbitrary depth. Add a loop to find the topmost
nonexistent parent dir `new', and call `dired-add-file' on it.
Set the `PARENTS' arg of `make-directory' to t.
2007-11-17 01:27:52 +00:00
Jay Belanger
b2e7f0f07f
(calc-last-user-lang-parse-table): New variable.
...
(math-build-parse-table): Get parse information from `math-parse-table'.
2007-11-16 23:48:26 +00:00
Stefan Monnier
66b04bd440
(struct buffer): Move undo_list' back to before name'.
...
This undoes Richard's change of 14-Oct-2002.
2007-11-16 21:58:46 +00:00
Stefan Monnier
6d3f2bb282
* alloc.c (allocate_other_vector):
...
* lisp.h (allocate_other_vector): Remove.
2007-11-16 21:24:59 +00:00
Stefan Monnier
b05b4e2787
(struct save_window_data): Move non-lisp data to the end
...
and make it `int' rather than Lisp_Object.
(Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
Done wrap/unwrap integer values.
(Fset_window_configuration, compare_window_configurations):
Update use of fields to their new types.
2007-11-16 21:23:07 +00:00
Stefan Monnier
056ce19597
* xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
...
Turn integer fields into `int'. Merge x_window_low and x_window_high.
(SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
(SET_SCROLL_BAR_X_WINDOW): Remove.
(SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
Access the new x_window field directly.
* xterm.c (x_scroll_bar_create): Use a pseudovector.
Don't wrap/unwrap integers into Lisp_Objects.
(XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
(x_scroll_bar_report_motion):
Don't wrap/unwrap integers into Lisp_Objects.
(x_term_init): Use SDATA.
(x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
(x_scroll_bar_set_handle, x_scroll_bar_remove)
(XTset_vertical_scroll_bar, x_scroll_bar_expose)
(x_scroll_bar_report_motion, x_scroll_bar_clear):
* xfns.c (x_set_background_color):
* gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
Access the new x_window field directly.
2007-11-16 21:04:30 +00:00
Stefan Monnier
30f95089ed
* alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
...
(allocate_pseudovector): Make non-static.
* lisp.h (enum pvec_type): New tag PVEC_OTHER.
(allocate_pseudovector): Declare.
(ALLOCATE_PSEUDOVECTOR): Move from alloc.c
2007-11-16 20:36:34 +00:00
Stefan Monnier
de8ebf6226
(recenter-last-op): New var.
...
(recenter-top-bottom): New command.
(global-map): Bind it to C-l.
2007-11-16 18:50:35 +00:00
Stefan Monnier
d548715ceb
(abbrev--write): Fix error in transcription from C.
2007-11-16 18:27:07 +00:00
Stefan Monnier
e85c6b7cee
(pc-select-shifted-mark): Remove.
...
(pc-select-ensure-mark): Set mark-active to a special value instead.
Rename from ensure-mark. Update call callers.
(pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
Rewrite. Update all callers.
(pc-selection-mode): Remove redundant var declaration.
2007-11-16 18:07:14 +00:00
Dan Nicolaescu
da99b369e9
* doc-view.el (doc-view-search-backward, doc-view-search): Fix
...
assignment to free variable bug.
2007-11-16 18:00:39 +00:00
Stefan Monnier
de299ed741
(pc-select-shifted-mark): New var.
...
(ensure-mark): Set it.
(maybe-deactivate-mark): New fun.
Use it everywhere instead of (setq mark-active nil)
2007-11-16 17:58:30 +00:00
Dan Nicolaescu
9efa445fbe
* smime.el (from):
...
* rfc2047.el (message-posting-charset):
* qp.el (mm-use-ultra-safe-encoding):
* pop3.el (parse-time-months):
* nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
* nnml.el (files):
* nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
(jka-compr-compression-info-list, ange-ftp-path-format)
(efs-path-regexp):
* nndiary.el (files):
* mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
(pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
(epg-digest-algorithm-alist, inhibit-redisplay)
(password-cache-expiry):
* mml1991.el (pgg-default-user-id, pgg-errors-buffer)
(pgg-output-buffer, password-cache-expiry):
* mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
(efs-path-regexp):
* mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
(inhibit-redisplay):
* mm-uu.el (file-name, start-point, end-point, entry)
(gnus-newsgroup-name, gnus-newsgroup-charset):
* mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
(latin-unity-ucs-list):
* mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
(mm-uu-binhex-decode-function):
* message.el (gnus-message-group-art, gnus-list-identifiers, )
(rmail-enable-mime-composing, gnus-local-organization)
(gnus-post-method, gnus-select-method, gnus-active-hashtb)
(gnus-read-active-file, facemenu-add-face-function)
(facemenu-remove-face-function, gnus-article-decoded-p)
(tool-bar-mode):
* mail-source.el (display-time-mail-function):
* gnus-util.el (nnmail-pathname-coding-system)
(nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
(gnus-original-article-buffer, gnus-user-agent)
(rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
(xemacs-codename, sxemacs-codename, emacs-program-version):
* gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
* gnus-start.el (gnus-agent-covered-methods)
(gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
(gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
(gnus-newsgroup-headers, gnus-group-list-mode)
(gnus-group-mark-positions, gnus-newsgroup-data)
(gnus-newsgroup-unreads, nnoo-state-alist)
(gnus-current-select-method, mail-sources)
(nnmail-scan-directory-mail-source-once, nnmail-split-history)
(nnmail-spool-file, gnus-cache-active-hashtb):
* gnus-mh.el (mh-lib-progs):
* gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
(gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
(gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
(gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
(gnus-group-buffer):
* gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
(font-lock-set-defaults):
* gnus-art.el (tool-bar-map, w3m-minor-mode-map)
(gnus-face-properties-alist, charset, gnus-summary-article-menu)
(gnus-summary-post-menu, total-parts, type, condition, length):
* gnus-agent.el (gnus-agent-read-agentview):
* flow-fill.el (show-trailing-whitespace):
* gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
eval-and-compile wrappers for byte compiler pacifiers.
* mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
(mm-display-inline-fontify): Check for featurep 'xemacs not
extent-list.
* mm-decode.el (mm-display-external): Check for featurep 'xemacs not
itimer-list.
(mm-create-image-xemacs): Only do something for XEmacs.
(mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
* mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
* gnus-registry.el (gnus-adaptive-word-syntax-table):
* gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
* textmodes/reftex-dcr.el (reftex-start-itimer-once): Add check
for XEmacs.
* calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
* doc-view.el (doc-view-resolution): Add missing :group.
2007-11-16 16:50:35 +00:00
Juanma Barranquero
c456960854
(make-variable-frame-local): Fix typo in obsolescence message.
2007-11-16 11:13:15 +00:00
Juanma Barranquero
dd7b651bd0
*** empty log message ***
2007-11-16 09:03:01 +00:00
Juanma Barranquero
dccb744b1c
*** empty log message ***
2007-11-16 08:55:34 +00:00
Werner LEMBERG
1ab397c1cd
* custom.texi (Specifying File Variables), major.texi (Choosing
...
Modes): Mention '\" in man pages.
2007-11-16 08:06:45 +00:00
Werner LEMBERG
dddb4597e1
* files.el (set-auto-mode-1): Check second line for -*- if file
...
starts with '\" (which is used by man pages to identify needed
troff preprocessors).
2007-11-16 08:03:45 +00:00
Glenn Morris
5fd98b2151
two View-mode "quit" bugs: fixed by Martin Rudalics's recent changes.
2007-11-16 07:56:43 +00:00
Glenn Morris
78a4e22e89
(mail-extr-all-top-level-domains): Update domains.
2007-11-16 07:55:42 +00:00
Kenichi Handa
53b7759e5c
(Communication Coding): Mention x-select-request-type.
2007-11-16 04:31:13 +00:00
Jay Belanger
e60594293d
Mention menu.
2007-11-16 04:27:57 +00:00
Jay Belanger
346e846930
*** empty log message ***
2007-11-16 04:23:44 +00:00
Kenichi Handa
6980182f9e
(Cut/Paste Other App): Mention x-select-request-type.
2007-11-16 04:21:32 +00:00
Jay Belanger
0cbe9c788a
(TeX and LaTeX Language Modes): Put in missing braces.
2007-11-16 04:20:08 +00:00
Jay Belanger
f031b518ed
(calc-modes-menu): Add Languages submenu.
2007-11-16 04:16:15 +00:00
Jay Belanger
fda9b316f8
(math-oper-table): Fix typo. Reduce precedence of "/" for TeX.
2007-11-16 04:15:23 +00:00
Juri Linkov
117907d42e
Add default list for dired-read-shell-command, occur, keep-lines, flush-lines, how-many.
2007-11-16 01:21:59 +00:00
Juri Linkov
7dc5b46da5
(keep-lines-read-args, occur-read-primary-args):
...
Use a list of default values for DEFAULT arg of read-from-minibuffer.
2007-11-16 01:20:20 +00:00
Juri Linkov
2f8a5963f2
(dired-read-shell-command-default): New function.
...
(dired-read-shell-command): Use its return value for DEFAULT arg.
2007-11-16 01:19:13 +00:00
Juri Linkov
30971bf967
(Man-heading-regexp): Add 0-9.
...
(Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
2007-11-16 01:18:50 +00:00
Andreas Schwab
0df5538d11
*** empty log message ***
2007-11-16 00:19:22 +00:00
Andreas Schwab
0e4df721fa
Always take precision into account.
2007-11-16 00:17:40 +00:00
Andreas Schwab
8875d2c00e
(Fformat): When formatting an integer as float take precision into account.
2007-11-16 00:10:00 +00:00
Andreas Schwab
6e1ada1b21
Fix last change.
2007-11-15 23:52:51 +00:00
Andreas Schwab
0f860bd793
(Fformat): Correctly format EMACS_UINT values.
2007-11-15 23:38:14 +00:00
Andreas Schwab
9b6112e8c3
(Fevent_symbol_parse_modifiers): Fix declaration.
2007-11-15 23:00:45 +00:00
Stefan Monnier
05477667af
(doc-view-ghostscript-options): Remove resolution arg.
...
(doc-view-resolution): New custom var.
(doc-view-pdf/ps->png): Use it.
(doc-view-shrink-factor): New var.
(doc-view-enlarge, doc-view-shrink): New commands.
(doc-view-mode-map): Use them.
2007-11-15 19:56:44 +00:00
Juanma Barranquero
ec5741dc7f
(nnimap-split-download-body): Fix typo in docstring.
2007-11-15 16:59:38 +00:00
Juanma Barranquero
e934644784
(gnus-uu-default-view-rules): Fix typos in docstring.
2007-11-15 16:53:09 +00:00
Juanma Barranquero
4525646f19
(gnus-demon): Fix typo in docstring.
2007-11-15 16:49:53 +00:00
Juanma Barranquero
da2a6e44b1
(erc-log-matches): Fix typo in docstring.
2007-11-15 16:49:09 +00:00
Juanma Barranquero
38b94e657e
(log): Fix typo in docstring.
2007-11-15 16:46:52 +00:00
Juanma Barranquero
8e663c3bac
(define-erc-response-handler): Fix typos in docstring.
2007-11-15 16:46:01 +00:00
Juanma Barranquero
2c5a057564
(erc-open): Fix typo in docstring.
2007-11-15 16:45:18 +00:00