1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
Commit Graph

3431 Commits

Author SHA1 Message Date
Dan Nicolaescu
975460179e * term/x-win.el (x-gtk-stock-map, icon-map-list)
(x-gtk-map-stock): Delete duplicated definitions from merge.

* progmodes/octave-mod.el: Require octave-inf at compile time

* progmodes/compile.el (compilation-skip-to-next-location)
(compilation-skip-threshold, compilation-skip-visited): Move
definitions earlier.

* play/zone.el (zone-fall-through-ws):
* play/landmark.el (lm-move-down, lm-move-up):
* play/handwrite.el (handwrite):
* mail/mspools.el (mspools-visit-spool):
* wdired.el (wdired-next-line, wdired-previous-line):
* tar-mode.el (tar-subfile-save-buffer):
* scroll-lock.el (scroll-lock-next-line)
(scroll-lock-previous-line):
* image-dired.el (image-dired-next-line)
(image-dired-previous-line):
* ediff-help.el (ediff-help-message-line-length): Use
forward-line.

* smerge-mode.el (smerge-auto-refine):
* diff-mode.el (diff-auto-refine): Add :group.

* play/yow.el: Require doctor at compile time.

* vmsproc.el: Provide vmsproc.
(command-send-input): Use forward-line.

* vms-patch.el: Require ps-print and vmsproc at compile time.

* vc-mtn.el (log-view-message-re, log-view-file-re)
(log-view-font-lock-keywords): Pacify byte-compiler.

* vc-hg.el: Require log-view at compile time.
2007-10-20 06:30:18 +00:00
Glenn Morris
dd026a6a38 (f90-font-lock-keywords-2, f90-looking-at-type-like): Fix regexp typos. 2007-10-20 03:56:39 +00:00
Dan Nicolaescu
7caf6803d5 * textmodes/two-column.el (2C-split, 2C-merge):
* textmodes/bib-mode.el (bib-find-key, mark-bib):
* progmodes/idlw-shell.el (idlwave-shell-move-or-history):
* progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
* progmodes/ada-xref.el (ada-get-all-references):
* obsolete/mlsupport.el (ml-next-line, ml-previous-line):
* emulation/vi.el (vi-previous-line-first-nonwhite)
(vi-effective-range, vi-put-before):
* emulation/edt.el (edt-next-line, edt-previous-line)
(edt-paragraph-forward): Use forward-line.

* progmodes/etags.el (tags-apropos): Require apropos at compile
time too.

* progmodes/prolog.el: Require comint when compiling.
(inferior-prolog-flavor): Move defvar before use.
2007-10-19 18:41:09 +00:00
Thien-Thi Nguyen
8cd670fbef (delphi-newline): Use forward-line. 2007-10-18 16:01:02 +00:00
Stefan Monnier
7704151348 (compilation-next-error-function): Fix timestamp
handling, so compilation-fake-loc works again.
2007-10-17 16:24:33 +00:00
Glenn Morris
f3523b17a8 (cc-imenu-c++-generic-expression): Tweak regexp to avoid overflow. 2007-10-17 01:37:23 +00:00
Miles Bader
b2529d56b5 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 116-121)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-889
2007-10-15 02:07:53 +00:00
Glenn Morris
9099b37326 (select-tags-table): Disable undo in the `*Tags Table List*' buffer. 2007-10-14 02:52:58 +00:00
Glenn Morris
1a825e5d29 (select-tags-table): Disable undo in the `*Tags Table List*' buffer. 2007-10-14 02:52:40 +00:00
Glenn Morris
9001c33fa7 (idlwave-complete-in-buffer): Use mapc rather than mapcar. 2007-10-13 23:00:23 +00:00
Glenn Morris
050a4b353f (octave-looking-at-kw): Add doc string.
(octave-re-search-forward-kw, octave-re-search-backward-kw):
Add doc string, and an explicit COUNT argument.
(octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
INC to search functions.
2007-10-13 20:09:14 +00:00
Glenn Morris
19530b36bf (octave-looking-at-kw): Add doc string.
(octave-re-search-forward-kw, octave-re-search-backward-kw):
Add doc string, and an explicit COUNT argument.
(octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
INC to search functions.
2007-10-13 20:08:01 +00:00
Glenn Morris
a584f30f1d John W. Eaton <jwe at octave.org>
(octave-looking-at-kw)
(octave-re-search-forward-kw, octave-re-search-backward-kw): New functions.
(octave-in-defun-p, calculate-octave-indent)
(octave-blink-matching-block-open, octave-beginning-of-defun)
(octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
to search for regexps that contain case-sensitive keywords.
(octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
(octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
2007-10-13 20:01:54 +00:00
Glenn Morris
f5b54e3190 John W. Eaton <jwe at octave.org>
(octave-looking-at-kw)
(octave-re-search-forward-kw, octave-re-search-backward-kw): New functions.
(octave-in-defun-p, calculate-octave-indent)
(octave-blink-matching-block-open, octave-beginning-of-defun)
(octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
to search for regexps that contain case-sensitive keywords.
(octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
(octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
2007-10-13 20:01:38 +00:00
Eli Zaretskii
a4382f9852 (ebrowse-tree-mode): Disable undo in the BROWSE buffer. 2007-10-13 12:55:26 +00:00
Glenn Morris
6b7513e304 (top level): Use mapc rather than mapcar. 2007-10-13 03:01:31 +00:00
Glenn Morris
21a55d57be (c-make-styles-buffer-local)
(c-set-style): Use mapc rather than mapcar.
2007-10-13 03:01:12 +00:00
Glenn Morris
dba011204d (top level, cperl-imenu-addback)
(cperl-write-tags, cperl-tags-treeify): Use mapc rather than mapcar.
2007-10-13 03:00:45 +00:00
Glenn Morris
5d66fabc7f (ebnf-yac-token-table): Use mapc rather than mapcar. 2007-10-13 03:00:16 +00:00
Glenn Morris
a6d6a87a45 (ebnf-map-name, ebnf-dimensions): Use mapc rather than mapcar. 2007-10-13 02:59:56 +00:00
Glenn Morris
3d1ead4bca (idlwave-shell-filter-bp, top level): Use mapc rather than mapcar. 2007-10-13 02:59:21 +00:00
Glenn Morris
e430c62390 (idlwave-toolbar-add-everywhere)
(idlwave-toolbar-remove-everywhere): Use mapc rather than mapcar.
2007-10-13 02:58:56 +00:00
Glenn Morris
8ffcfb2762 (idlwave-indent-line)
(idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
(idlwave-write-paths, idlwave-all-method-classes)
(idlwave-all-method-keyword-classes, idlwave-entry-keywords)
(idlwave-fix-keywords, idlwave-display-calling-sequence):
Use mapc rather than mapcar.
2007-10-13 02:58:33 +00:00
Glenn Morris
d61ca8d5cc (c-postprocess-file-styles)
(c-submit-bug-report): Use mapc rather than mapcar.
2007-10-12 03:03:25 +00:00
Nick Roberts
31c4b81d81 (gdb-info-stack-custom): Ensure current frame is visible. 2007-10-11 04:23:29 +00:00
Miles Bader
1af74d06e5 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-875
2007-10-09 08:52:57 +00:00
Glenn Morris
490a8abe37 John W. Eaton <jwe at octave.org>
(octave-abbrev-table): Add "until".
(octave-begin-keywords): Add "do".
(octave-end-keywords): Remove "end".
(octave-reserved-words): Add "end".  Remove "all_va_args",
"gplot", and 'gsplot".
(octave-text-functions): Remove "gset", "gshow", "set", and "show".
(octave-variables): Remove "IMAGEPATH", "INFO_FILE",
"INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
"default_return_value", "define_all_return_values",
"do_fortran_indexing", "empty_list_elements_ok",
"gnuplot_has_multiplot", "implicit_str_to_num_ok",
"ok_to_lose_imaginary_part", "prefer_column_vectors",
"prefer_zero_one_indexing", "propagate_empty_matrices",
"resize_on_range_error", "treat_neg_dim_as_zero",
"warn_assign_as_truth_value", "warn_comma_in_global_decl",
"warn_divide_by_zero", "warn_function_name_clash",
"warn_missing_semicolon", "whitespace_in_literal_matrix".
Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
"crash_dumps_octave_core", "sighup_dumps_octave_core",
"sigterm_dumps_octave_core".
(octave-block-match-alist): Remove "end" from block-end keywords.
(octave-mode): Update ftp site address.
2007-10-06 01:49:23 +00:00
Michaël Cadilhac
d4f1855ae3 (gud-gud-gdb-command-name): Fix typo in docstring. 2007-10-04 09:27:14 +00:00
Nick Roberts
a55f4be1a1 (gud-gud-gdb-command-name): New option.
(gud-gdb): New function for old M-x gdb (text command mode).
(gud-gdb-command-name, gdb): Move to gdb-ui.el.
2007-10-04 07:46:26 +00:00
Nick Roberts
4d4cc7800d (gud-gdb-command-name, gdb): Move here from gud.el and adapt doc string.
(gud-gdba-command-name, gdba): Delete.
2007-10-04 07:44:28 +00:00
Nick Roberts
39c9a04753 (pdb): Specify file for gud-break. 2007-10-02 11:22:22 +00:00
Nick Roberts
89525f8b2b (gdb-init-1): Don't set the values
gud-minor-mode and gud-marker-filter.
(gdb-fullname-regexp): New variable.
(gud-gdba-marker-filter): Use it to switch to text command
mode if appropriate.
2007-10-02 10:57:03 +00:00
Nick Roberts
b621b522ad (gdb): Make gdba default and switch to gdb
if appropriate, i.e., reverse previous arrangement.
(gud-gdb-marker-filter): Adapt for above change.
2007-10-02 10:55:29 +00:00
Nick Roberts
08aef629ba (gud-display-line): Find source buffer even when
GUD buffer has it's own frame.
2007-10-01 11:28:21 +00:00
Juanma Barranquero
d56f40cb55 (python-eldoc-function): Doc fix. 2007-09-27 21:23:43 +00:00
Juanma Barranquero
2092ac41d6 (python-eldoc-function): Doc fix. 2007-09-27 11:55:06 +00:00
Dan Nicolaescu
62035afde2 (c-indent-line-or-region): Only indent the
region if in transient-mark-mode.
2007-09-26 03:18:21 +00:00
Juanma Barranquero
e2c527c579 (top): Use mapc' rather than mapcar'. 2007-09-26 00:30:33 +00:00
Juanma Barranquero
51b5ad576f (vhdl-set-style, vhdl-regress-line): Use mapc' rather than mapcar'. 2007-09-26 00:30:00 +00:00
Juanma Barranquero
f77183c083 (top): Use mapc' rather than mapcar'. 2007-09-26 00:28:25 +00:00
Juanma Barranquero
f24a26a546 (sh-make-vars-local, sh-reset-indent-vars-to-global-values):
Use `mapc' rather than `mapcar'.
2007-09-26 00:27:18 +00:00
Juanma Barranquero
2d97d6dc94 (ebrowse-tree-mode, ebrowse-view-exit-fn, ebrowse-member-mode,
ebrowse-save-tree-as, ebrowse-save-class): Use `mapc' rather than `mapcar'.
2007-09-26 00:26:29 +00:00
Juanma Barranquero
febd1e86fc (delphi-search-directory, delphi-find-unit-file, delphi-debug-mode-map,
delphi-mode-map, delphi-mode): Use `mapc' rather than `mapcar'.
2007-09-26 00:25:26 +00:00
Juanma Barranquero
88f43129a8 (ada-prj-display-page): Use mapc' rather than mapcar'. 2007-09-26 00:24:29 +00:00
Juanma Barranquero
65c96997b5 (ada-save-exceptions-to-file): Use mapc' rather than mapcar'. 2007-09-26 00:23:56 +00:00
Dan Nicolaescu
17ee46255f * progmodes/cc-mode.el (c-mode-base-map): Use
c-indent-line-or-region instead of c-indent-line.

* indent.el (indent-for-tab-command): First check if the region is
active.
2007-09-24 17:48:50 +00:00
Glenn Morris
f4ff3e5cc0 Adam Hupp <adam at hupp.org>
(run-python): Import emacs module without waiting; prevents lockup on
error.
2007-09-24 00:12:25 +00:00
Francesco Potortì
e9886e8899 (inferior-octave-mode): Use add-hook to
add inferior-octave-directory-tracker to the buffer-local value
of comint-input-filter-functions.
2007-09-22 20:12:05 +00:00
Francesco Potortì
c7da3b7091 (inferior-octave-mode): Use add-hook to
add inferior-octave-directory-tracker to the buffer-local value
of comint-input-filter-functions.
2007-09-22 00:09:45 +00:00
Glenn Morris
8c5de2a119 (fortran-mode-abbrev-table, fortran-line-length): Use mapc rather than mapcar. 2007-09-21 08:05:59 +00:00