Dan Nicolaescu
59e3a79d2b
Remove some unused macros.
2008-01-27 15:59:30 +00:00
Dan Nicolaescu
475b590773
* server.el (server-process-filter): Check for non-nil before calling
...
file-directory-p.
2008-01-27 15:37:26 +00:00
Alan Mackenzie
4fae8922be
Introduce elements for the syntactic symbol arglist-cont-nonempty into
...
c-hanging-braces-alist. Amend pertinent functions and 5 styles.
2008-01-27 13:59:47 +00:00
Alan Mackenzie
3e5558010a
*** empty log message ***
2008-01-27 13:57:49 +00:00
Thien-Thi Nguyen
1a256502c7
(Button Types): For define-button-type, clarify type of NAME.
2008-01-27 11:08:21 +00:00
Thien-Thi Nguyen
b9712b1c0d
(define-button-type): Clarify type of NAME in docstring.
2008-01-27 11:06:45 +00:00
Stefan Monnier
28cbade418
(server-buffer): New const.
...
(server-log): New var.
(server-log): Use them.
(server-process-filter): (Try to) run the continuation in the same cwd
as the client's.
2008-01-26 21:54:44 +00:00
Michael Olson
15db4a13e5
Sync ERC 5.3 release.
2008-01-26 21:49:41 +00:00
Stefan Monnier
0ea5797a18
(decode_options): Default to a NULL display, as Emacs-22.
...
Allow the -d option under w32 again, for those rare cases where it
actually does make sense.
2008-01-26 21:27:38 +00:00
Glenn Morris
f7317f6c66
(--with-carbon): Tone down rhetoric in help text.
2008-01-26 21:05:58 +00:00
Alan Mackenzie
44f714fda5
(c-save-buffer-state): Bind buffer-file-name and buffer-file-truename to
...
nil, to prevent primitives generating "buffer is read only" messages.
2008-01-26 20:28:46 +00:00
Alan Mackenzie
b680ecd673
*** empty log message ***
2008-01-26 20:25:17 +00:00
Glenn Morris
b3360383c8
Ulf Jasper <ulf.jasper at web.de>
...
(icalendar-version): Increase to "0.17".
(icalendar-import-format): Doc fix. Allow function type.
(icalendar--read-element): Doc fix.
(icalendar--parse-summary-and-rest): Doc fix. Handle function
type icalendar-import-format. Make regexps non-greedy.
(icalendar--format-ical-event): Handle function type
icalendar-import-format.
(icalendar-import-format-sample): New function.
2008-01-26 20:20:20 +00:00
Thien-Thi Nguyen
832ffa7c8e
(vc-exec-after): For mode-line-process highlighting, if feature
...
`compile' is not available, fall back to font-lock-warning-face.
2008-01-26 20:04:49 +00:00
Stefan Monnier
66991ff0a0
(url-generic-parse-url): Fix docstring.
2008-01-26 19:46:17 +00:00
Martin Rudalics
e317200134
(wdired-get-filename): Change (1+ beg)' to beg' so
...
that the filename end is found even when the filename is empty.
Fixes error and spurious newlines when marking files for deletion.
2008-01-26 17:23:56 +00:00
Martin Rudalics
9db3bfaeaf
(find-tag-default): Simplify using exclusively
...
skip-syntax-backward/-forward.
2008-01-26 17:07:59 +00:00
Eli Zaretskii
248c21c5f2
(fstat): Use pw_uid and pw_gid from the_passwd structure for st_uid and
...
st_gid of the file.
2008-01-26 15:25:12 +00:00
Eli Zaretskii
6811b9f4e6
(get_sid_sub_authority, get_sid_sub_authority_count): Fix return values
...
on Windows 9x or when the corresponding advapi32.dll functions are
not available.
2008-01-26 15:04:33 +00:00
Michael Albinus
5d449a36cc
* net/tramp.el (tramp-dissect-file-name): Raise an error when
...
Tramp 2.0 syntax is used. Suggested by Trent W. Buck
<trentbuck@gmail.com>.
2008-01-26 14:54:55 +00:00
Michael Albinus
65b014077a
* vc.el (vc-directory, vc-update-change-log): Remove check for
...
Tramp. Both functions work for it, though pretty slow
(`vc-directory'). Maybe the implementation can be optimized.
2008-01-26 14:53:55 +00:00
Eli Zaretskii
ce0ee994e4
(init_user_info): Fix commentary for RID usage.
2008-01-26 14:52:01 +00:00
Michael Albinus
19eab3c797
*** empty log message ***
2008-01-26 14:51:58 +00:00
Eli Zaretskii
de4db6f103
(ls-lisp-insert-directory): If -n switch is used, invoke
...
directory-files-and-attributes with last argument `integer' instead
of `string'.
(insert-directory): Add -n to the list of supported switches mentioned in
the doc string.
2008-01-26 13:15:27 +00:00
Eli Zaretskii
c617afcea1
(g_b_init_get_sid_sub_authority, g_b_init_get_sid_sub_authority_count): New
...
static variables.
(GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
(get_sid_sub_authority, get_sid_sub_authority_count): New functions.
(init_user_info): Use the above two new functions to retrieve uid and gid.
Use 500/513, the Windows defaults, as Administrator's uid/gid.
2008-01-26 13:04:14 +00:00
Glenn Morris
304484e4a0
(--without-gcc): By default, neither off nor on.
2008-01-26 04:28:04 +00:00
Vinicius Jose Latorre
9f3b76d5b8
Handle *long* lines tail visualization.
2008-01-26 01:47:21 +00:00
Jason Rumney
302d7d5465
(logon_network_drive): New function.
...
(stat): Use it.
2008-01-26 01:08:53 +00:00
Chong Yidong
a5bafa401f
(pos_visible_p): Handle the case where charpos falls on
...
invisible text covered with an ellipsis.
2008-01-26 01:00:44 +00:00
Chong Yidong
3ac7a21e51
* xdisp.c (pos_visible_p): Handle the case where charpos falls on
...
invisible text covered with an ellipsis.
2008-01-26 01:00:30 +00:00
Richard M. Stallman
2d105adf8b
Add `permanent-local-hook'.
2008-01-25 23:04:39 +00:00
Richard M. Stallman
fd9a7a5831
(Running Hooks, Setting Hooks): New nodes.
...
(Hooks): Add menu.
(Setting Hooks): For `add-hook', document `permanent-local-hook'.
2008-01-25 23:04:06 +00:00
Richard M. Stallman
bbb9fc1f65
(redisplay_window): Run Qwindow_text_change_functions and
...
jump back to beginning. Move some other initializations after that.
(Qwindow_text_change_functions, (Vwindow_text_change_functions): New variables.
(syms_of_xdisp): Init them.
2008-01-25 23:02:36 +00:00
Richard M. Stallman
94f9b406a7
(read_char): Restore echo_message_buffer after redisplay.
2008-01-25 22:57:41 +00:00
Richard M. Stallman
2f7a359ddd
(reset_buffer_local_variables): Implement `permanent-local-hook'.
...
(Qpermanent_local_hook): New variable.
(syms_of_buffer): init and staticpro it.
2008-01-25 22:56:30 +00:00
Richard M. Stallman
2b88d62a49
Trivial change.
2008-01-25 22:52:50 +00:00
Richard M. Stallman
3531046188
(add-hook): Implement `permanent-local-hook' property.
2008-01-25 22:51:18 +00:00
Richard M. Stallman
8f696e6558
(file-provides, file-requires): Push the filename right.
2008-01-25 22:50:33 +00:00
Michael Albinus
b35c64e48f
* dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
2008-01-25 18:56:46 +00:00
Michael Albinus
79235cbe2d
*** empty log message ***
2008-01-25 18:56:19 +00:00
Martin Rudalics
d454552ce3
(find-library): Wrap search for library name in condition-case
...
to avoid reporting a scan-error.
2008-01-25 17:48:59 +00:00
Juanma Barranquero
34a14ec974
*** empty log message ***
2008-01-25 15:52:08 +00:00
Juanma Barranquero
5ab7322861
(set_tcp_socket): Don't send a "\n" after the authentication string;
...
there's no need to haste.
2008-01-25 15:46:07 +00:00
Juanma Barranquero
38b9f0f370
(server-process-filter): Don't force the authentication
...
string to be followed by "\n".
2008-01-25 15:43:05 +00:00
Vinicius Jose Latorre
97a739d539
New commands for cleaning up some blank problems like trailing blanks.
2008-01-25 14:09:57 +00:00
Thien-Thi Nguyen
ccd8f7fe14
(Fclrhash): Return TABLE.
2008-01-25 10:01:15 +00:00
Dan Nicolaescu
d579418003
* ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
...
file name.
(ibuffer-mode-map): Add binding to sort by file name.
(ibuffer-filename/process-header-map): New variable.
(filename-and-process): Add a header that sorts by file name.
(ibuffer-mode): Mention sorting by file name.
* ibuf-ext.el (filename/process): New sorter.
2008-01-25 05:38:31 +00:00
Miles Bader
f187f57d54
Add arch tagline
2008-01-25 05:03:52 +00:00
Glenn Morris
ce173b302f
Sven Joachim <svenjoac at gmx.de>
...
(kill-buffer-if-not-modified): Don't pass t to buffer-modified-p.
2008-01-25 04:41:09 +00:00
Glenn Morris
c8467c40b3
Regenerate, with shell functions millstone.
2008-01-25 04:35:17 +00:00