Juanma Barranquero
091b0137bf
Fix braino in previous change.
2008-10-24 09:44:46 +00:00
Juanma Barranquero
d6c180c46b
New function `locate-user-emacs-file'.
...
* subr.el (locate-user-emacs-file): New function.
(user-emacs-directory): Mention it in docstring.
* completion.el (save-completions-file-name):
* filesets.el (filesets-menu-cache-file):
* image-dired.el (image-dired-dir, image-dired-db-file)
(image-dired-temp-image-file, image-dired-gallery-dir)
(image-dired-temp-rotate-image-file):
* savehist.el (savehist-file):
* server.el (server-auth-dir):
* startup.el (auto-save-list-file-prefix):
* thumbs.el (thumbs-thumbsdir):
* tutorial.el (tutorial--saved-dir):
* play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
* url.el (url-configuration-directory): Use `locate-user-emacs-file'.
* NEWS: New function `locate-user-emacs-file'.
2008-10-24 09:39:27 +00:00
Glenn Morris
ecd43cb971
Regenerate.
2008-10-24 07:23:34 +00:00
Glenn Morris
ea09b8d50e
(--without-sync-input, --with-pkg-config-prog): Help strings start
...
with lower case.
(--with-gnustep-conf): New option.
(GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
2008-10-24 07:22:43 +00:00
Glenn Morris
ef913c89bc
Yavor Doganov <yavor at gnu.org> (tiny change)
...
Use `.' instead of `source' to source GNUstep.conf.
Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
is not found. (Bug#1230)
2008-10-24 04:26:53 +00:00
Glenn Morris
d8c967ad2e
tiny change is tiny.
2008-10-24 04:22:14 +00:00
Michael Albinus
1dae919792
* dbusbind.c (xd_in_read_queued_messages): New variable.
...
(XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw
Qdbus_error.
(xd_read_queued_messages): Catch Qdbus_error from the macros.
(all): Replace xsignal1, xsignal2, xsignal3 by the respective
macro. (Bug#1186).
2008-10-24 04:21:15 +00:00
Juanma Barranquero
802393f642
* edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
...
(edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
2008-10-23 23:52:14 +00:00
Dan Nicolaescu
6623890a73
Fix typos.
2008-10-23 23:03:39 +00:00
Chong Yidong
31c1c003d2
(filesets-data): Doc fix.
2008-10-23 22:31:15 +00:00
Chong Yidong
51d66d83df
* filesets.el (filesets-data): Doc fix.
2008-10-23 22:31:08 +00:00
Chong Yidong
9dd4f5b2ce
Update author email.
2008-10-23 22:26:04 +00:00
Chong Yidong
ad4f4a36a6
* filesets.el: Update author email.
2008-10-23 22:25:55 +00:00
Chong Yidong
22019f6583
(Function Keys): Note that modified keypad keys are not translated.
2008-10-23 22:24:32 +00:00
Chong Yidong
f28815e36c
* custom.texi (Function Keys): Note that modified keypad keys are not
...
translated.
2008-10-23 22:24:25 +00:00
Chong Yidong
1258fedec4
(pcomplete/rpm): Make "rpm -qp" use file completion.
2008-10-23 22:09:09 +00:00
Chong Yidong
84353206b9
* pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file
...
completion.
2008-10-23 22:09:00 +00:00
Dan Nicolaescu
9b3362b8a1
* configure (*-sunos5*, *-solaris* ): Use the new file sol2-10.h.
...
Use sol2-6.h for Solaris 7-9.
* s/sol2-10.h: New file.
2008-10-23 19:32:19 +00:00
Juanma Barranquero
bd07cecc10
Update.
2008-10-23 13:46:17 +00:00
Juanma Barranquero
878a45845f
* xdisp.c (fill_glyph_string): Fix typo in source (though the
...
poor beast has survived 9+ years and the jump from xterm.c!).
2008-10-23 10:33:05 +00:00
Martin Rudalics
4d48fcdc0f
(Current Buffer): Reword documentation of set-buffer.
...
(Buffer Names): Reword documentation of buffer-name.
(The Buffer List): For bury-buffer explain what happens with the
buffer's window.
(Creating Buffers): Say that get-buffer-create's arg is buffer-or-name.
2008-10-23 09:20:55 +00:00
Martin Rudalics
cd265ca60f
(Fget_buffer_create): Rename arg to buffer_or_name. Reword doc-string.
...
(Fbury_buffer): In doc-string say what happens to the buffer's window.
2008-10-23 09:05:39 +00:00
Juanma Barranquero
472a4dc990
* character.c (syms_of_character) <script-representative-chars>:
...
<unicode-category-table>: Doc fixes.
2008-10-23 08:55:34 +00:00
Kenichi Handa
fd0dd4c366
(describe-language-environment): Indent sample text.
2008-10-23 08:05:36 +00:00
Kenichi Handa
f54857320d
(font_match_p): Fix previous change.
2008-10-23 07:57:58 +00:00
Kenichi Handa
5bdd4dd25d
(font_match_p): Fix for the case that a vector of
...
characters is in script-representative-chars.
2008-10-23 07:49:15 +00:00
Noah Friedman
159bd5a226
(make_conversion_work_buffer): Check that Vcode_conversion_reused_workbuf
...
is a live buffer, otherwise call Fget_buffer_create.
2008-10-23 06:55:14 +00:00
Kenichi Handa
49f9c34447
(font_add_log): Check the values of extra properties.
2008-10-23 04:02:19 +00:00
Chong Yidong
8b4ef1fc8f
(Computed Advice): Minor phrasing change.
2008-10-23 03:51:55 +00:00
Glenn Morris
730ad3db85
(pcomplete/rpm): Doc fix.
2008-10-23 02:42:20 +00:00
Glenn Morris
0ee35e515b
(flet): Throw an error when trying to byte-compile a redefinition of a
...
function with special byte-compile handling. (Bug#411)
2008-10-23 02:40:37 +00:00
Glenn Morris
91236f636e
(set-version): Add doc/misc/ns-emacs.texi.
...
Add/tweak some nextstep/ entries.
2008-10-23 02:39:14 +00:00
Glenn Morris
3c4be1f271
(Function Bindings): Mention `flet' fails to deal with byte-compiling
...
things like `+'.
2008-10-23 02:38:38 +00:00
Glenn Morris
1e7b85f5c3
Merge copyright years of author now with assignment into FSF years.
...
(VER): Use it for easier automatic updating. Use Emacs version rather
than standalone Emacs.app version.
2008-10-23 02:36:41 +00:00
Glenn Morris
16eb9642ff
Fix copyright strings.
2008-10-23 02:36:11 +00:00
Chong Yidong
fcda64545d
(Arguments): Explain how to insert multiple digits.
2008-10-23 01:08:30 +00:00
Chong Yidong
996cd6e43f
* basic.texi (Arguments): Explain how to insert multiple digits.
2008-10-23 01:05:21 +00:00
Vinicius Jose Latorre
c4abbb0493
Deal with page sizes of label printers.
2008-10-22 23:40:31 +00:00
Chong Yidong
dfa2fb2af8
Note that free unrar only handles version 1 and 2.
2008-10-22 22:44:25 +00:00
Michael Albinus
49545fe216
* files.texi (Remote Files): Precise selection of default method.
...
Rewrite paragraph about disabling remote file names.
2008-10-22 21:13:56 +00:00
Chong Yidong
e9e6aee821
(make-frame-command): Doc fix. Use display-graphic-p.
2008-10-22 21:09:48 +00:00
Chong Yidong
00421bf575
* frame.el (make-frame-command): Doc fix. Use display-graphic-p.
2008-10-22 21:06:55 +00:00
Chong Yidong
de285f273d
(sexp-at-point, symbol-at-point, number-at-point, list-at-point): Add
...
docstrings.
2008-10-22 20:51:23 +00:00
Chong Yidong
d8ce500cff
* thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
...
(list-at-point): Add docstrings.
2008-10-22 20:50:29 +00:00
Chong Yidong
7ada496cbc
(dired-get-marked-files, dired-map-over-marks): Doc fixes.
2008-10-22 20:37:22 +00:00
Chong Yidong
1442fd9469
* dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
2008-10-22 20:37:05 +00:00
Chong Yidong
9c8f194dd6
(dired-do-create-files): Doc fix.
2008-10-22 20:21:21 +00:00
Chong Yidong
4133c2148b
* dired-aux.el (dired-do-create-files): Doc fix.
2008-10-22 20:20:43 +00:00
Eli Zaretskii
02043db05a
(Killing Buffers): Fix last change.
2008-10-22 19:58:41 +00:00
Chong Yidong
794f204ba5
(Computed Advice): Explain what DEFINITION is.
2008-10-22 19:53:33 +00:00