1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-16 05:00:51 -08:00
Commit graph

74526 commits

Author SHA1 Message Date
Juri Linkov
168b980f4b (Spelling): ispell-word operates on the active region in Transient Mark mode. 2007-10-18 00:10:41 +00:00
Juri Linkov
f0a35bd4ff (Arguments): Replace fill-paragraph-or-region with fill-paragraph. 2007-10-18 00:09:49 +00:00
Juri Linkov
ad6d10b1b2 (Fill Commands): Undocument fill-paragraph-or-region.
fill-paragraph operates on the active region in Transient Mark mode.
(Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
with fill-paragraph.
2007-10-18 00:09:22 +00:00
Juri Linkov
bc3214eda6 (indent-for-tab-command): Change interactive spec from "P" to "p".
(indent-for-tab-command): Add check for interactive arg before
indenting the active region.
2007-10-18 00:08:08 +00:00
Juri Linkov
69f5930ae5 (ispell-word): Add interactive arg `region'. Fix docstring. 2007-10-18 00:07:48 +00:00
Juri Linkov
09e8c671a4 (tutorial--default-keys): Replace fill-paragraph-or-region with fill-paragraph. 2007-10-18 00:07:24 +00:00
Juri Linkov
792eb7196d (esc-map): Bind M-q to fill-paragraph instead of fill-paragraph-or-region. 2007-10-18 00:07:04 +00:00
Juri Linkov
b2d35abb42 (fill-paragraph-or-region): Remove function at the request of RMS.
(fill-paragraph): Change `arg' to optional `justify'.  Add interactive
arg `region'.  Fix docstring.  At the first `or' branch add call to
`fill-region' if it the region is active in transient-mark-mode.
2007-10-18 00:06:33 +00:00
Juanma Barranquero
77f698ef09 Don't require loadhist. 2007-10-17 23:49:26 +00:00
Stefan Monnier
99784d6399 * xselect.c (x_own_selection, x_handle_selection_clear)
(x_clear_frame_selections):
* w32menu.c (list_of_panes, list_of_items):
* w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
* textprop.c (validate_plist, interval_has_all_properties)
(interval_has_some_properties, interval_has_some_properties_list)
(add_properties, text_property_list):
* process.c (Fget_buffer_process, list_processes_1, status_notify):
* minibuf.c (Fassoc_string):
* macselect.c (x_own_selection, x_clear_frame_selections)
(Fx_disown_selection_internal):
* keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
2007-10-17 23:43:52 +00:00
Juanma Barranquero
b5307e9c2b (feature-symbols, file-provides, file-requires, file-set-intersect,
file-dependents): Simplify.
(unload-feature-special-hooks): Update list of special hooks.
2007-10-17 23:05:54 +00:00
Reiner Steib
640602f766 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
extensions since they can be viewed with doc-view.

* files.el (auto-mode-alist): Make doc-view-mode the default mode
for pdf, ps and dvi files.

* doc-view.el: Make doc-view-mode the standard mode for viewing
pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
text and image display.  Add binding C-c C-e to switch to an
editing mode.
(doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
avoid security problems when rendering files untrusted sources.
2007-10-17 21:34:19 +00:00
Vinicius Jose Latorre
57581fccfe Display message when tutorial position is not saved 2007-10-17 21:09:56 +00:00
Reiner Steib
4b378e7546 Mention xpdf. Fix spelling of Ghostscript.
(doc-view-ghostscript-options): Fix typo in doc string.
2007-10-17 20:58: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
Stefan Monnier
1a4a884cc5 (server-select-display): Nop if we do not support m-f-o-d.
(server-process-filter): Revert last change.
2007-10-17 16:22:48 +00:00
Stefan Monnier
17f3909f61 (vc-diff-sentinel, vc-diff-internal): Revert some changes in the
behavior unrelated to filesets.
2007-10-17 16:22:27 +00:00
Chong Yidong
bc3512d03f Regenerate. 2007-10-17 15:58:05 +00:00
Chong Yidong
08116b48fe Link to libs for calling res_init() if available.
(Fmake_network_process): Call res_init() before getaddrinfo or
gethostbyname, if possible.
2007-10-17 15:57:30 +00:00
Chong Yidong
44bb704d64 * process.c: Link to libs for calling res_init() if available.
(Fmake_network_process): Call res_init() before getaddrinfo or
gethostbyname, if possible.
2007-10-17 15:57:17 +00:00
Chong Yidong
555ffc3fcf (HAVE_RES_INIT): Define if res_init() exists.
(HAVE_LIBRESOLV): Also define if we are using res_init().
2007-10-17 15:53:01 +00:00
Chong Yidong
c136b8280e * configure.in (HAVE_RES_INIT): Define if res_init() exists.
(HAVE_LIBRESOLV): Also define if we are using res_init().
2007-10-17 15:52:53 +00:00
Juanma Barranquero
943756ea68 Doc fix. 2007-10-17 15:12:53 +00:00
Stefan Monnier
2504022a91 (read1): Set pvectype for char_tables. 2007-10-17 14:12:59 +00:00
Juanma Barranquero
5a331f34c3 (Glossary): Use "key binding" consistently. 2007-10-17 08:58:23 +00:00
Juanma Barranquero
e2949eb050 (Init Non-ASCII): Use "key binding" consistently. 2007-10-17 08:54:49 +00:00
Juanma Barranquero
d9c4c9990a building.texi (Source Buffers): Use "key binding" consistently. 2007-10-17 08:54:14 +00:00
Juanma Barranquero
d76e204651 *** empty log message *** 2007-10-17 08:15:04 +00:00
Juanma Barranquero
2a9f4d55f8 *** empty log message *** 2007-10-17 08:01:23 +00:00
Juanma Barranquero
7a80711bab (Diary): Fix directive. 2007-10-17 07:54:16 +00:00
Chong Yidong
c455889deb (longlines-wrap-follows-window-size): Integer value
specifies wrapping margin.
(longlines-mode, longlines-window-change-function): Set
window-specific wrapping margin based on the above.
2007-10-17 02:50:23 +00:00
Chong Yidong
cdbd4b4b1c * longlines.el (longlines-wrap-follows-window-size): Integer value
specifies wrapping margin.
(longlines-mode, longlines-window-change-function): Set
window-specific wrapping margin based on the above.
2007-10-17 02:50:12 +00:00
Stefan Monnier
19fa82b957 (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY, XBUFFER_OBJFWD)
(XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE): Add type checks.
(SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
2007-10-17 02:13:01 +00:00
Stefan Monnier
d314756ea8 (free_misc): Use XMISCTYPE.
(live_misc_p, gc_sweep): Use Lisp_Misc_Any.
2007-10-17 02:10:38 +00:00
Chong Yidong
820b914333 (eshell-complex-commands): Add "ls". 2007-10-17 02:08:32 +00:00
Chong Yidong
902fa837f1 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls". 2007-10-17 02:08:23 +00:00
Dan Nicolaescu
8a3a4fd35f (server-process-filter): Only set display if X11 is
supported.
2007-10-17 02:07:35 +00:00
Glenn Morris
c49847b944 Remove file, since it's just a duplicate of one in etc/ 2007-10-17 01:39:18 +00:00
Glenn Morris
f3523b17a8 (cc-imenu-c++-generic-expression): Tweak regexp to avoid overflow. 2007-10-17 01:37:23 +00:00
Glenn Morris
94b9aaa27d (Qcompletion_ignore_case): New external Lisp_Object.
(Fread_file_name): Use it rather than intern'ing.
2007-10-17 01:32:19 +00:00
Glenn Morris
ecd3f8b27a (Qcompletion_ignore_case): Change to external.
(syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
2007-10-17 01:31:14 +00:00
Glenn Morris
9fa5c213cf (Qcompletion_ignore_case): New Lisp_Object.
(syms_of_minibuf): Add Qcompletion_ignore_case.
2007-10-17 01:30:38 +00:00
Glenn Morris
c7183fb83f (Qcompletion_ignore_case): New external Lisp_Object.
(Fread_coding_system): Ignore case of user input.
2007-10-17 01:29:58 +00:00
Miles Bader
81d3d428c6 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-892
2007-10-16 22:39:24 +00:00
Stefan Monnier
9beb8baa1f * xfns.c (Fx_create_frame, Fx_display_list):
* window.c (window_fixed_size_p, enlarge_window, shrink_window_lowest_first):
* macterm.c (init_font_name_table):
* macfns.c (Fx_create_frame, Fx_display_list):
* lread.c (close_load_descs):
* keyboard.c (read_char_x_menu_prompt):
* fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
* coding.c (code_convert_region_unwind): Test the type of an object
rather than just !NILP before extracting data from it.
2007-10-16 16:28:39 +00:00
Stefan Monnier
d3f41ff555 (Fpurecopy): Set the pvec tag on pseudo vectors. 2007-10-16 15:49:43 +00:00
Stefan Monnier
67ee9f6e91 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
(XMISCANY): New macro.
(XMISCTYPE): Use it.
(struct Lisp_Misc_Any): New type.
(union Lisp_Misc): Use it.
(struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
* data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
(find_symbol_value, set_internal, default_value, Fset_default)
(Fmake_variable_buffer_local, Fmake_local_variable)
(Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
(Flocal_variable_if_set_p, Fvariable_binding_locus):
The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
* alloc.c (allocate_buffer): Set the size and tag.
(allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
Use XMISCANY.
(die): Follow the GNU convention for error messages.
* print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
* buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
tag any more.
(set_buffer_internal_1):
* frame.c (store_frame_param):
* eval.c (specbind):
* xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
2007-10-16 15:42:58 +00:00
Stefan Monnier
4144e15e96 (reindent-then-newline-and-indent): Don't assume that
indent-according-to-mode preserves point.
2007-10-16 15:18:39 +00:00
Juanma Barranquero
c2c0d96fca *** empty log message *** 2007-10-16 11:10:48 +00:00
Juanma Barranquero
8db4312651 (bs-mode): Set hooks (accidentally left out in the previous commit). 2007-10-16 10:57:28 +00:00