1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-19 18:13:55 +00:00
Commit Graph

53050 Commits

Author SHA1 Message Date
Richard M. Stallman
231401514a (iso-tex2iso-trans-tab): Discard spaces after \i according to TeX rules. 2004-11-16 17:20:32 +00:00
Richard M. Stallman
14b3fa075e (set-buffer-file-coding-system): New arg NOMODIFY.
(after-insert-file-set-coding): Pass that new arg.
Prevent set-buffer-multibyte from trying to lock the file.
2004-11-16 17:18:39 +00:00
Richard M. Stallman
6161791395 (list-buffers-noselect): New arg BUFFER-LIST. 2004-11-16 17:12:53 +00:00
Richard M. Stallman
c73dca2540 (save-place): Doc fix. 2004-11-16 17:11:00 +00:00
Richard M. Stallman
b9559a72b4 (dabbrev-expand): When handling SPC M-/,
temporarily widen before finding the following word to copy.
2004-11-16 17:08:39 +00:00
Richard M. Stallman
e7ea754563 (map-keymap): Definition deleted.
(cl-map-keymap): Definition deleted.
2004-11-16 17:06:56 +00:00
Richard M. Stallman
14694a594b (map-keymap-internal): New function. 2004-11-16 17:05:18 +00:00
Richard M. Stallman
0ea6ae0a0c (Fmap_keymap): New arg SORT-FIRST. Use
map-keymap-internal to implement that.
2004-11-16 17:00:59 +00:00
Richard M. Stallman
6df7142943 (Fvertical_motion): In batch mode, use vmotion directly. 2004-11-16 16:58:16 +00:00
Kim F. Storm
e20d27dc35 Typo. 2004-11-16 15:42:24 +00:00
Kim F. Storm
11e04b2ddf (Fdefine_fringe_bitmap): Always set 'h'. Simplify. 2004-11-16 15:41:54 +00:00
Stefan Monnier
94c4db3c60 (get_glyph_string_clip_rect, init_glyph_string): Check it's
a window before using XWINDOW.
2004-11-16 15:41:41 +00:00
Kim F. Storm
dda01a4c9c *** empty log message *** 2004-11-16 15:41:09 +00:00
Stefan Monnier
2a1893f46c Avoid side-effects inside XSETFASTINT's arguments. 2004-11-16 15:35:14 +00:00
Stefan Monnier
3c7a4fa359 (NILP): Use EQ rather than XFASTINT. 2004-11-16 15:32:33 +00:00
Stefan Monnier
27c35b9521 (flyspell-mouse-map): Pop the menu
when pressing rather than when releasing mouse-2.  Simplify.
2004-11-16 15:29:10 +00:00
Juri Linkov
b0339ffd83 (find-function-regexp): Optimize define-minor-mode'. Add defun-cvs-mode'.
Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
Remove invalid `\W' from [^cgv\W].  Doc fix.
(find-function-search-for-symbol): Replace "\\>" with "\\_>".
2004-11-16 15:26:30 +00:00
Kim F. Storm
9305b0e795 (Fvertical_motion): Fix last change. Only reseat when
moving backwards.
2004-11-16 14:21:37 +00:00
Kim F. Storm
b4d61105df *** empty log message *** 2004-11-16 14:21:15 +00:00
Thien-Thi Nguyen
4bd38e9445 (Window Frame Parameters): Fix typo. 2004-11-16 14:14:13 +00:00
Stefan Monnier
bd8c6db5dc (compilation-setup): Don't set buffer-read-only.
(compilation-mode): Set it here instead.
2004-11-16 04:52:19 +00:00
Stefan Monnier
e542ea4bed Use make-symbol rather than gensym.
(loop, cl-parse-loop-clause, defsetf): Use backquote.
2004-11-16 04:05:29 +00:00
Stefan Monnier
ab3d4bb2ac (pair-with-newsyms): Use make-symbol. 2004-11-16 04:04:50 +00:00
Luc Teirlinck
ce2bbf6a2f *** empty log message *** 2004-11-16 02:56:49 +00:00
Luc Teirlinck
4127f01512 Maintainer is now FSF.
(life-patterns, life-neighbor-deltas, life-window-start)
(life-current-generation, life-generation-string): Use defvar instead
of defconst.
2004-11-16 02:54:06 +00:00
Luc Teirlinck
a7416ec1c9 Extern reseat_at_previous_visible_line_start. 2004-11-16 02:01:00 +00:00
Kim F. Storm
78819ebbcc Cleanups. 2004-11-16 00:31:32 +00:00
Kenichi Handa
ab5b02b01f (display_mode_element): Fix previous change (calculate
end position of substring to display correctly).
2004-11-16 00:30:13 +00:00
Kim F. Storm
8f1657f036 (Fposn_at_point): Remove extra */ after doc string.
Reported by Andrew M. Scott.
2004-11-15 23:32:52 +00:00
Kim F. Storm
c482cf97b8 *** empty log message *** 2004-11-15 23:32:33 +00:00
Stefan Monnier
9c8e6c852c (compilation-move-to-column): New fun.
(compilation-internal-error-properties)
(compilation-next-error-function): Use it to make sure we don't go past
the end of line.
2004-11-15 23:10:38 +00:00
John Paul Wallington
fbee29e6e1 (auto-insert-alist): Insert the user's name in copyright notice,
rather than Free Software Foundation, for the Emacs Lisp header case
too.
2004-11-15 20:50:08 +00:00
Vinicius Jose Latorre
14b84c94f8 Fix typos & pr-switches-string 2004-11-15 19:31:54 +00:00
Kim F. Storm
109b593f29 (store_mode_line_string, produce_stretch_glyph):
Use Fsafe_plist_get.
(note_mode_line_or_margin_highlight, note_mouse_highlight):
Fix image map element parsing.  Use Fsafe_plist_get.
2004-11-15 15:21:34 +00:00
Kim F. Storm
27f604dddf (Fsafe_plist_get): New defun.
(syms_of_fns): Defsubr it.
2004-11-15 15:21:14 +00:00
Kim F. Storm
479440d29c (Fsafe_plist_get): Add EXFUN. 2004-11-15 15:20:57 +00:00
Kim F. Storm
9f89426bd4 *** empty log message *** 2004-11-15 15:20:33 +00:00
Kim F. Storm
442f927b42 (Other Plists): Note that plist-get may signal error.
Add safe-plist-get.
2004-11-15 15:19:48 +00:00
Kim F. Storm
6d073ae1e3 *** empty log message *** 2004-11-15 15:12:29 +00:00
Richard M. Stallman
27418463ce (get_next_display_element): Fix previous change. 2004-11-15 13:34:40 +00:00
Thien-Thi Nguyen
10980463d7 (Font Lock Basics): Fix typo. 2004-11-15 09:55:51 +00:00
Jay Belanger
46a7315606 *** empty log message *** 2004-11-15 06:33:46 +00:00
Jay Belanger
f7adda5411 (math-integrate-by-parts): Removed unused variable var-thing.
(math-integ-depth, math-integ-level, math-integral-limit)
(math-enable-subst, math-any-substs, math-integ-msg)
(math-prev-parts-v, math-good-parts, math-max-integral-limit)
(math-int-threshold, math-int-factors, math-double-roots)
(math-solve-simplifying, var-IntegLimit, math-solve-sign)
(var-GenCount):  Declared these variables.
(calcFunc-integ):  Don't check if var-IntegLimit is bound.

(math-integral-cache, math-integral-cache-state):  Move declarations
to earlier in the file.

(math-deriv-var, math-deriv-total, math-deriv-symb):  New variables.
(math-derivative, calcFunc-deriv, calcFunc-tderiv):  Replace
variables deriv-var, deriv-total and deriv-symb by declared variables
math-deriv-var, math-deriv-total and math-deriv-symb.

(math-cur-record):  New variable.
(math-integral, math-replace-integral-parts, math-integrate-by-parts)
(calc-dump-integral-cache, math-try-integral):  Replace variable
cur-record by declared variable math-cur-record.

(math-has-rules):  New variable.
(math-try-integral, math-do-integral):  Use declared variable
math-has-rules instead of has-rules.

(math-t1, math-t2, math-t3):  New variables.
(math-do-integral, math-do-integral-methods, math-try-solve-for)
(math-try-solve-prod, math-solve-poly-funny-powers)
(math-solve-crunch-poly, math-decompose-poly)
(math-solve-find-root-term, math-find-root-in-prod):  Replace
variables t1, t2, t3 by declared variables math-t1, math-t2,
math-t3.

(math-so-far, math-integ-expr):  New variables.
(math-do-integral-methods, math-integ-try-linear-substitutions)
(math-integ-try-substitutions):  Replace variables so-far and expr by
declared variables math-so-far and math-integ-expr.

(math-expr-parts):  New variable.
(math-expr-rational-in, math-expr-rational-in-rec):  Replace variable
parts by declared variable math-expr-parts.

(calc-low, calc-high):  New variables.
(calcFunc-table, math-scan-for-limits):  Replaced variable low and
high with the declared variable calc-low and calc-high.

(math-solve-var, math-solve-full):  New variables.
(math-try-solve-for, math-try-solve-prod, math-solve-prod)
(math-decompose-poly, math-solve-quartic, math-poly-all-roots)
(math-solve-find-root-in-prod, math-solve-for, math-solve-system)
(math-solve-system-rec, math-solve-get-sign, math-solve-get-int):
Replace variables solve-var and solve-full with declared variables
math-solve-var and math-solve-full.

(math-solve-vars):  New variable.
(math-solve-system, math-solve-system-rec):  Replace variable
solve-vars with declared variable math-solve-vars.

(math-try-solve-sign):  New variable.
(math-try-solve-for, math-try-solve-prod):  Replace variable
sign by declared variable math-try-solve-sign.

(math-solve-b):  New variable.
(math-solve-poly-funny-powers, math-decompose-poly):  Replace variable
b by declared variable math-solve-b.

(math-solve-system-vv, math-solve-res):  New variables
(math-solve-system-rec, math-solve-system-subst):  Replaced variables
vv and res with declared variables math-solve-system-vv and
math-solve-system-res.
2004-11-15 06:16:21 +00:00
Miles Bader
853e2e5e29 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-696
Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-72
   Update from CVS
2004-11-15 05:26:20 +00:00
Stefan Monnier
930a3e462e (compilation-internal-error-properties):
Fix up a transposition-typo.  Check end-col before using it.
2004-11-15 04:51:50 +00:00
Luc Teirlinck
87589a704d *** empty log message *** 2004-11-14 23:27:46 +00:00
Luc Teirlinck
a576d8e299 (convert-standard-filename): Doc fix. 2004-11-14 23:24:14 +00:00
Kim F. Storm
46303896cd *** empty log message *** 2004-11-14 23:21:14 +00:00
Luc Teirlinck
141fa91025 (nnfolder-save-marks): Add missing format field in call to `error'. 2004-11-14 23:07:12 +00:00
Luc Teirlinck
5145dbc551 (nnml-save-marks): Add missing format field in call to `error'. 2004-11-14 23:03:04 +00:00