Stefan Monnier
833815e8a7
(lisp-fill-paragraph): Use fill-comment-paragraph.
2002-11-03 03:46:56 +00:00
Stefan Monnier
3d9ce27e7b
(fill-paragraph-handle-comment): New var.
...
(fill-comment-paragraph): New fun (generalizes of lisp-fill-paragraph).
(fill-paragraph): Use them.
2002-11-03 03:41:11 +00:00
Stefan Monnier
ea9d458bec
(decode_coding_emacs_mule, decode_coding_iso2022)
...
(decode_coding_sjis_big5, decode_eol): Allow lone \r in DOS EOL.
2002-11-02 08:16:57 +00:00
Stefan Monnier
18a9f96815
(mode-line-change-eol, mode-line-eol-desc-cache, mode-line-eol-desc): New.
...
(mode-line-mule-info): Use them for the EOL part of the modeline.
2002-11-02 06:13:57 +00:00
Stefan Monnier
408784a7d5
(server-sentinel): Kill buffers if applicable.
...
(server-temp-file-p): Make arg optional.
(server-done): Use it to simplify.
(server-switch-buffer): If server-window is a function, use it.
2002-11-02 05:29:13 +00:00
Stefan Monnier
03c081a88f
(rmail-digest-end-regexps): Simplify.
...
(undigestify-rmail-message): Fix paren-bug and simplify.
2002-11-02 05:16:58 +00:00
Stefan Monnier
c55224684c
*** empty log message ***
2002-11-02 02:33:09 +00:00
Stefan Monnier
5ae0d69704
(tex-common-initialization): comment-start-skip shouldn't match on next line.
2002-11-02 02:16:36 +00:00
Stefan Monnier
2df6093916
(lisp-fill-paragraph): Use match-string and line-beginning-position.
...
Don't bother making paragraph-start a superset of paragraph-separate.
2002-11-02 01:38:03 +00:00
Kim F. Storm
5f812a3c68
(Info-hide-note-references): nil value now does no
...
reformatting at all. New choice 'tag reformats tag but shows
the section reference.
(Info-fontify-node): Use it.
2002-11-01 22:48:12 +00:00
Kim F. Storm
14a7a282ea
*** empty log message ***
2002-11-01 22:47:37 +00:00
Andreas Schwab
304f1f12d6
(Fmessage): Revert last change to properly handle %% format.
2002-11-01 22:35:02 +00:00
Stefan Monnier
86fad4ec40
(unuse_menu_items): New fun.
...
(menu_items_inuse): New var.
(syms_of_xmenu): Initialize it.
(init_menu_items): Use it to detect re-entrance.
(Fx_popup_menu, Fx_popup_dialog, set_frame_menubar): Reset it when done.
(Fx_popup_menu): Remove spurious XSETFRAME.
2002-11-01 20:13:54 +00:00
Dave Love
97098195f2
*** empty log message ***
2002-11-01 19:55:43 +00:00
Stefan Monnier
2db1186a25
(find_field): Make an exception for nil fields.
2002-11-01 19:06:06 +00:00
Stefan Monnier
65b3448598
(sgml-skip-tag-backward, sgml-skip-tag-forward):
...
Deal with xml-style <foo/> empty tags.
2002-11-01 17:41:41 +00:00
Kim F. Storm
6968582fe0
(ido-read-file-name): Removed leftover debug message "gotit".
2002-11-01 09:18:40 +00:00
Kim F. Storm
a9efebd0ba
(Info-hide-note-references): New defcustom.
...
(Info-fontify-node): Use it.
2002-11-01 08:53:50 +00:00
Kim F. Storm
becf65839b
*** empty log message ***
2002-11-01 08:53:18 +00:00
Kim F. Storm
969a063106
(explicit-bash-args): Bash 1.x doesn't grook
...
--noediting option; added run-time check to exclude it.
2002-10-31 23:37:15 +00:00
Kim F. Storm
32f53dacac
*** empty log message ***
2002-10-31 23:36:56 +00:00
Kim F. Storm
9cb65411e1
(Info-follow-reference, Info-next-reference)
...
(Info-prev-reference, Info-try-follow-nearest-node): Bind
inhibit-point-motion-hooks to t while parsing reference.
(Info-fontify-node): When font-lock-mode is enabled, display
"*note" and "* menu" references in a more user friendly format.
2002-10-31 22:08:03 +00:00
Kim F. Storm
99d597da8f
*** empty log message ***
2002-10-31 22:07:34 +00:00
Kim F. Storm
f5d2564de3
*** empty log message ***
2002-10-31 22:02:12 +00:00
Dave Love
560d7ceb94
(XTread_socket): Fix last change.
...
(xaw_scroll_callback): Cast call_data to long to avoid warning.
2002-10-31 17:59:30 +00:00
Dave Love
296b92467f
*** empty log message ***
2002-10-31 17:58:26 +00:00
Stefan Monnier
8d2ff84085
(Fformat_network_address): Fix int/Lisp_Object mixup.
2002-10-31 16:22:07 +00:00
Stefan Monnier
68eb8bd544
*** empty log message ***
2002-10-31 00:42:35 +00:00
Stefan Monnier
ef11ff9b1f
(fill-move-to-break-point): Skip white space
...
_before_ checking to see if we're hitting the margin.
(fill-region-as-paragraph): Don't fiddle with the undo-list any more:
it's now done by the C primitives. Don't use narrowing.
Reorganize the line-breaking part of the code to simplify the control
flow and make it work in the absence of narrowing.
(fill-region): Don't use narrowing.
2002-10-31 00:30:36 +00:00
Stefan Monnier
58401a3476
(overlays_around, get_pos_property): New funs.
...
(find_field): Use them.
Also be careful not to modify POS before its last use.
(Fmessage): Don't Fformat if there's nothing to format.
2002-10-30 23:11:26 +00:00
Dave Love
2baf1bfa54
*** empty log message ***
2002-10-30 19:48:51 +00:00
Dave Love
3180897ccc
(po-content-type-charset-alist): Delete most
...
entries.
(po-find-charset): Doc fix. Remove interactive spec.
(po): Provide.
(po-find-file-coding-system-guts): Re-written to use
coding-system-alist, and code-pages, not codepage stuff.
2002-10-30 19:47:53 +00:00
Dave Love
cf07d2bdf6
Remove some ancient compatibility code. Populate
...
x-keysym-table.
2002-10-30 19:26:23 +00:00
Dave Love
7273faa10e
Comment.
2002-10-30 19:17:50 +00:00
Dave Love
ee648c1188
(Fforward_comment): Doc fix.
2002-10-30 19:17:31 +00:00
Dave Love
e62cab61d5
Include sys/wait.h.
...
[HAVE_PTY_H]; Include pty.h.
2002-10-30 19:16:32 +00:00
Dave Love
e63304b745
(Fload) <!load_dangerous_libraries>: Close fd.
2002-10-30 19:15:17 +00:00
Dave Love
ed3230db33
(lispy_accent_codes, lispy_accent_keys): Extended.
...
(lispy_kana_keys): Comment out.
(make_lispy_event) [XK_kana_A]: Comment out.
(modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>: Fix
sprintf call.
2002-10-30 19:13:10 +00:00
Dave Love
dbd4b028f6
(Qeql): Declare.
...
(Vx_keysym_table): New.
(syms_of_xterm): Initialize it.
(XTread_socket): Use it. Deal with ASCII keysyms.
(XSetIMValues) [HAVE_X11R6]: Prototype.
2002-10-30 19:12:37 +00:00
Dave Love
a8c834bfdb
(bcopy, bzero): Define conditional on HAVE_BCOPY.
...
(bcmp): Define conditional on HAVE_BCMP.
(NO_SIOCTL_H): Don't define.
(TIOCSIGSEND): Don't make conditional on IRIX6.
2002-10-30 18:59:01 +00:00
Dave Love
a86892dc69
Don't include strings.h.
...
(bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef.
2002-10-30 18:58:46 +00:00
Dave Love
15fe470ff9
(IRIX6): Don't define.
...
(bcopy, bcmp, bzero): Don't undef.
2002-10-30 18:57:59 +00:00
Dave Love
7fa3ed62bf
Don't include strings.h.
...
(IRIX6): Don't define.
(bcopy, bcmp, bzero): Don't undef.
2002-10-30 18:57:41 +00:00
Dave Love
f3acf5bed7
Require autoconf 2.53. Test for pty.h,
...
sys/mman.h, sys/param.h, mremap, memmove.
(AH_BOTTOM): Maybe include strings.h. Add local variables for
mode.
(AC_PROG_YACC): Deleted.
(size_t): Use AC_CHECK_TYPES.
(AH_TOP): Up-date copyright.
2002-10-30 18:52:27 +00:00
Dave Love
10c1902cc6
(C_SWITCH_SYSTEM): Revert last change (fixed by
...
regexp.h change).
(TERMINFO, LIBS_TERMCAP): Define.
2002-10-30 18:50:35 +00:00
Andreas Schwab
c9bcb50778
(replace-regexp-in-string): Doc fix.
2002-10-29 23:42:00 +00:00
Dave Love
e5f5192972
(selection-coding-system, scalable-fonts-allowed):
...
Added.
2002-10-29 18:51:52 +00:00
Dave Love
0ec2c3509c
(syntax-case): Define
...
scheme-indent-function.
2002-10-29 18:48:30 +00:00
Dave Love
e11cf111ba
Comment.
2002-10-29 18:37:26 +00:00
Richard M. Stallman
d1c3f6b6e0
*** empty log message ***
2002-10-29 18:21:10 +00:00