1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
Commit Graph

48698 Commits

Author SHA1 Message Date
Kai Großjohann
c951aecb30 (tramp-chunksize): Extend docstring. Suggested by
Charles Curley <charlescurley@charlescurley.com>.
(tramp-multi-connection-function-alist): Add ssht entry which adds
"-e none -t -t" to the list of ssh args.  Suggested by Adrian
Aichner.
(tramp-get-method-parameter): New function to retrieve a method
parameter.  This allows for omission of method parameters.
Callers adjusted.
2003-11-30 18:15:22 +00:00
Luc Teirlinck
d344ecbbae *** empty log message *** 2003-11-30 17:51:56 +00:00
Luc Teirlinck
7ada28ac7e (help-map): Bind display-local-help' to C-h .'.
(help-for-help): Add `C-h .' to the listed Help options.
Remove trailing whitespace.
2003-11-30 17:50:54 +00:00
Luc Teirlinck
cc53141205 New file. 2003-11-30 17:32:54 +00:00
Luc Teirlinck
47b54808f1 Add EXFUN for Fget_char_property_and_overlay. 2003-11-30 17:12:40 +00:00
Luc Teirlinck
97a1bc6376 (Fget_char_property_and_overlay): New function.
(syms_of_textprop): Defsubr it.
2003-11-30 17:08:28 +00:00
Jonathan Yavner
9f8a930d98 testcover.el: Changes to 1value and noreturn 2003-11-30 07:33:32 +00:00
Jonathan Yavner
01a9e5933d Add edebug specs for macros 1value' and noreturn'. 2003-11-30 06:58:00 +00:00
Jonathan Yavner
1116910a51 Add macros 1value' and noreturn'. 2003-11-30 06:56:59 +00:00
Jonathan Yavner
bbaa142972 Ensure that forms marked with `1value' actually always return the same value. 2003-11-30 06:56:28 +00:00
Luc Teirlinck
190177521f (Building Lists): `append' no longer accepts integer arguments.
Update the description of `number-sequence' to reflect recent changes.
(Sets And Lists): Describe `member-ignore-case' after `member'.
2003-11-30 02:52:12 +00:00
Nick Roberts
1883b6fff1 (gud-watch, gdb-var-create-handler)
(gdb-var-list-children, gdb-var-list-children-handler)
(gdb-var-update-handler, gdb-var-delete): Add server prefix to the
gdb commands that use mi to keep them out of the command history.
2003-11-29 15:51:24 +00:00
Nick Roberts
92fe275405 *** empty log message *** 2003-11-29 15:50:03 +00:00
Jan Djärv
1394f7f5f6 NEWS and documentation for use-file-dialog. 2003-11-29 11:36:55 +00:00
Jan Djärv
019b1f0e33 * dispnew.c (buffer_posn_from_coords): Add ifdef HAVE_WINDOW_SYSTEM
to compile on terminal configuration.
2003-11-29 11:10:07 +00:00
Jan Djärv
03d6484ea4 Add variable use-file-dialog to control use of file dialogs. 2003-11-29 10:44:36 +00:00
Kim F. Storm
442d3fd048 (Qcursor_type, Qbar, Qhbar): Declare extern.
(syms_of_msdos): Don't intern and staticpro them.
2003-11-28 23:07:13 +00:00
Thien-Thi Nguyen
fdd4014469 (make-mms-derivative-root-dir): Update.
(make-mms-derivative): Avoid unixisms for tree membership
validation and buffer naming: use `file-relative-name'.
2003-11-28 08:59:09 +00:00
Stefan Monnier
d9cbee570f (latex-mode): `tex-trailer' is not a regexp. 2003-11-27 23:05:42 +00:00
Kim F. Storm
d46aeafce0 posn-object and posn-object-x-y. 2003-11-27 21:59:16 +00:00
Kim F. Storm
f51f93f6fc (Click Events): Click object may be an images.
Describe (dx . dy) element of click positions.
(Accessing Events): Remove duplicate posn-timestamp.
New functions posn-object and posn-object-x-y.
2003-11-27 21:54:19 +00:00
Kim F. Storm
0f6a07a85a *** empty log message *** 2003-11-27 21:53:51 +00:00
Kim F. Storm
e08f9a0df9 (posn-object-x-y): New defun. 2003-11-27 21:28:01 +00:00
Kim F. Storm
f65536faef (Vdisplay_pixels_per_inch): New variable.
(Vshow_text_cursor_in_void): New variable.
(glyph_to_pixel_coords): Don't use negative hpos.
(x_y_to_hpos_vpos): Fix for partially visible first glyph.
(append_stretch_glyph): Change ascent arg to be actual value
in pixels rather than ratio to height. Callers changed.
(calc_pixel_width_or_height): New aux function, implementing
pixel based artihmetic for glyph widths and heights.
(produce_stretch_glyph): Use calc_pixel_width_or_height for
:width, :height, :align-to, and :ascent, thus allowing these to
be specified in pixels as well as multiples of characters.
Don't produce stretch glyphs with zero width or height.
(get_specified_cursor_type): Declare static.
(get_window_cursor_type): Declare static.  Add glyph arg to be
able to know when cursor is on an image; always substitute
hollow-box cursor for filled-box cursor on images, to avoid
negative images and flicker when blinking the cursor.
(display_and_set_cursor): Pass glyph to	get_window_cursor_type.
(note_mode_line_or_margin_highlight): Use non-text cursor rather
than vertical scroll-bar cursor in display margins.
(note_mouse_highlight): Use non-text cursor rather than text
cursor in fringes and over images in the text area.
Use non-text cursor when mouse pointer is outside editable text,
i.e. in the void after end-of-line or end-of-buffer; this was
already done for W32, but is now standard for all systems --
user can toggle show-text-cursor-in-void to get old behaviour.
(syms_of_xdisp): DEFVAR_LISP Vshow_text_cursor_in_void and
Vdisplay_pixels_per_inch.
2003-11-27 21:17:23 +00:00
Kim F. Storm
1365f3435e (EVENT_CLICK_COUNT, POSN_SCROLLBAR_PART): Fix defines. 2003-11-27 21:16:36 +00:00
Kim F. Storm
45de137aed (make_lispy_position): Add x and y coordinates
relative to the current glyph as 7th element of position.
If glyph is an image, return it in the object element.
(read_key_sequence): Skip checks for keymap property in cases
where POSN_STRING is not a string (e.g. an image).
2003-11-27 21:16:26 +00:00
Kim F. Storm
8cef763f8c (get_specified_cursor_type, get_window_cursor_type):
Remove prototypes.
2003-11-27 21:16:04 +00:00
Kim F. Storm
2d4aac37dc (buffer_posn_from_coords): Calculate and return pixel
coordinates relative to glyph at posn.  If glyph is an image,
return that as object at posn.  Callers changed.
(mode_line_string, marginal_area_string): Calculate and return
pixel coordinates relative to glyph.  Callers changed.
2003-11-27 21:15:53 +00:00
Kim F. Storm
58df72561d (buffer_posn_from_coords, mode_line_string)
(marginal_area_string): Fix prototypes.
(window_box_left_offset, window_box_right_offset): Add prototypes.
2003-11-27 21:12:12 +00:00
Luc Teirlinck
2c1385edb6 (number-sequence): Improve handling of floating point arguments
(suggested by Kim Storm).  Allow negative arguments.
2003-11-26 19:23:58 +00:00
Luc Teirlinck
44d23d8d34 *** empty log message *** 2003-11-26 19:21:31 +00:00
Thien-Thi Nguyen
ba0dca357a (Known Problems): Add doc item. 2003-11-26 17:12:46 +00:00
Stefan Monnier
310ee6ada7 (makefile-font-lock-syntactic-keywords): Don't use `space' for \\\n.
Be more selective as to which # are comment-starters.
2003-11-26 16:49:33 +00:00
Kenichi Handa
d0d071d2d7 (standard-display-european-internal):
Cancel the standard-display-table setting for ` and '.
2003-11-25 23:10:47 +00:00
Kim F. Storm
c7cc2f9e9a (cua--standard-movement-commands): Add forward-sentence and backward-sentence. 2003-11-25 22:10:52 +00:00
Kim F. Storm
310682e6eb * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
New defcustoms to add ffap-like functionality to ido.
(ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
(ido-no-final-slash): New defun.
(ido-make-prompt, ido-file-internal, ido-toggle-vc)
(ido-read-file-name): ): Toggle VC checking via
vc-handled-backends instead of vc-master-templates.
(ido-file-internal): Handle ido-use-url-at-point and
ido-use-filename-at-point via code borrowed from ffap-guesser.
Handle new ido-exit code ffap.
(ido-sort-list): Ignore final slash when sorting file names.
2003-11-25 22:10:21 +00:00
Kim F. Storm
b96487199f *** empty log message *** 2003-11-25 22:09:55 +00:00
Stefan Monnier
0d6a08f64d (comment-normalize-vars): Initialize properly if comment-start was nil. 2003-11-25 21:20:51 +00:00
Stephen Eglen
4dddd07f26 iswitchb-read-buffer: check that iswitchb-exit is not 'usefirst (set
when user presses RETURN to select buffer) before running:

	;; This happens for example if the buffer was chosen with the mouse.
	(setq iswitchb-matches (list iswitchb-final-text)))


iswitchb-exit-minibuffer: set iswitchb-exit to 'usefirst.

These changes were made to fix the following bug reported by Markus
Rost and John Wiegley:

Evaluate:
(progn
   (iswitchb-mode 1)
   (get-buffer-create "12")
   (get-buffer-create "1")
   (iswitchb-buffer))

You get prompted in the minibuffer.  Type "1".  The minibuffer shows

 iswitch 1{12,1}

Hit RET.  You find yourself in buffer "1" instead of "12", as you
would expect from the documentation.

This bug was introduced when iswitchb-read-buffer was updated to allow
user to select items from the *Completions* buffer with the mouse.
2003-11-25 14:45:32 +00:00
Andreas Schwab
00498bfc92 (internal_equal) <case Lisp_Vectorlike>: Declare size as
EMACS_INT to not lose bits.
(Ffillarray): Don't set bits beyond the size of a bool vector.
2003-11-25 12:22:08 +00:00
Kim F. Storm
95e52d8888 (Fredirect_debugging_output) [!GNU_LINUX]: Do not
define this defun on systems that cannot use stderr as lvalue.
2003-11-25 09:48:15 +00:00
Kim F. Storm
edaa824da3 *** empty log message *** 2003-11-25 09:47:57 +00:00
Thien-Thi Nguyen
26d7d4bb9f (make-mms-derivative-load-edits-file): Rewrite
to avoid external programs; do all processing inside Emacs.
2003-11-25 02:47:22 +00:00
Miles Bader
def6201d44 Add arch taglines 2003-11-24 22:23:52 +00:00
Miles Bader
7239c21756 Resolve CVS conflicts 2003-11-24 22:19:51 +00:00
Thien-Thi Nguyen
9e5cf80a04 (make-mms-derivative): Use suffix "-2mms"
instead of ".2mms" to support operation under VMS.
2003-11-24 18:31:29 +00:00
Thien-Thi Nguyen
ad80578f63 Initial revision 2003-11-24 18:04:06 +00:00
Thien-Thi Nguyen
1466c287bf Add blurb about new files. 2003-11-24 18:02:44 +00:00
Gerd Moellmann
74d6f539ad (LD_SWITCH_SYSTEM_TEMACS)
[__FreeBSD_version >= 500042]: Define as -znocombreloc because
ld's default is incompatible with unexec.
2003-11-24 13:13:14 +00:00
Lars Hansen
80586d8927 New file. 2003-11-24 09:28:49 +00:00