Juanma Barranquero
2cf6bf632f
Fix typos.
2008-12-12 00:49:39 +00:00
Juanma Barranquero
c63a334eb0
* server.el (server-sentinel): Uncomment code to delete connection file.
...
(server-start): Save the connection file in the server property list.
Delete it only when we are reasonably convinced that it is not owned by
a running server.
(server-force-delete): New command to force-delete the connection file,
and stop the server if it is running.
(server-running-p): Return t also for local TCP servers when we find a
process with a matching PID, and :other for undecided cases.
2008-12-12 00:33:30 +00:00
Martin Rudalics
4d0e7fe37b
(dired-pop-to-buffer): Call with min-height arg 1 to
...
make sure that small buffers get shown.
2008-12-11 17:20:45 +00:00
Juanma Barranquero
0355f110d8
Add info to entry.
2008-12-11 12:02:49 +00:00
Juanma Barranquero
ee61fe97ea
* progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
...
(ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
(ruby-mode-variables, ruby-indent-line, ruby-indent-size)
(ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
(ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
(ruby-font-lock-syntax-table, ruby-font-lock-keywords)
(ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
(ruby-backward-sexp, ruby-add-log-current-method)
(ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
(ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
(ruby-deep-indent-paren): Doc fix.
(ruby-insert-encoding-magic-comment): Remove * from docstring.
(ruby-here-doc-find-end): Reflow docstring.
2008-12-11 11:03:42 +00:00
Martin Rudalics
c160ca6d8e
*** empty log message ***
2008-12-11 09:53:54 +00:00
Juanma Barranquero
011a014396
Move decoding of locale info from Lisp to C.
...
* src/w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
* lisp/w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
decoding of long locale info is now done in `w32-get-locale-info'.
2008-12-11 09:40:44 +00:00
Glenn Morris
bc79ba50b5
Fix ruby-mode attribution.
2008-12-11 04:22:37 +00:00
Chong Yidong
1b34970249
* progmodes/ruby-mode.el: Fix auto-mode-alist entry.
2008-12-11 02:01:35 +00:00
Chong Yidong
89322882ea
* Makefile.in (ELCFILES): Add ruby-mode.elc.
...
* progmodes/ruby-mode.el: New file.
2008-12-10 18:59:36 +00:00
Chong Yidong
70b5282983
* term/xterm.el (xterm-remove-modify-other-keys): Fix error in
...
terminal variable assignment.
2008-12-10 15:02:31 +00:00
Juanma Barranquero
a512e1a234
* net/tramp.el (top): Don't fail if there is no current message.
2008-12-10 10:21:03 +00:00
Kenichi Handa
e54be9a032
(setup-default-fontset): Add an entry for characters in the Unicode
...
SIP area.
2008-12-10 06:05:52 +00:00
Glenn Morris
fb2facde09
(ELCFILES): Update.
2008-12-10 04:33:27 +00:00
Daiki Ueno
8e3efc87f3
* epa-hook.el (epa-file-find-file-hook): Don't mark the current
...
buffer unmodified. (Bug#1509)
* epa-file.el (epa-file-insert-file-contents): Set buffer's
modification time if visiting a file and the content is
successfully decrypted.
2008-12-10 01:35:39 +00:00
Chong Yidong
39af3de2c1
* files.el (save-some-buffers): At each map-y-or-n-p iteration,
...
check whether the buffer is still alive.
2008-12-09 23:43:03 +00:00
Stefan Monnier
e9e9c7b891
(rx-submatch): Pass : to rx-form (bug#1518).
2008-12-09 21:17:09 +00:00
Glenn Morris
5c92814419
(ELCFILES): Update.
2008-12-09 03:59:29 +00:00
Stefan Monnier
bdaf166cdf
(auto-insert): Use expand-file-name instead of concat.
...
Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
2008-12-08 16:30:43 +00:00
Chong Yidong
91b07ee352
* term/xterm.el (terminal-init-xterm): Discard pending input
...
before reading a reply to the terminal attributes query.
2008-12-06 03:55:05 +00:00
Vinicius Jose Latorre
6530de7d39
Transform defvar into defcustom.
2008-12-05 14:56:18 +00:00
Andreas Schwab
fc7da30b8b
(dired-font-lock-keywords): Fix last change.
2008-12-05 13:36:46 +00:00
Juanma Barranquero
f7980931dc
* international/mule-diag.el (mule-diag): Display the window
...
system version in a less laconic way.
2008-12-05 00:21:40 +00:00
Juanma Barranquero
4af487fc2e
Fix breakage by #870 .
2008-12-05 00:02:10 +00:00
Juanma Barranquero
e19fff38ea
* ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
...
if the sorting functions are not loaded. (Bug#1432)
2008-12-04 23:58:14 +00:00
Sam Steingold
430aee8b91
(compilation-read-command): Extracted from compile.
...
(compile): Use it.
(recompile): Accept an optional argument to enable editing the command line.
2008-12-04 23:04:39 +00:00
Michael Albinus
ccb4a48152
* net/tramp.el (top): Write a message, when loading Tramp.
2008-12-04 20:44:11 +00:00
Lute Kamstra
fcb61bee01
(vc-cvs-could-register): Don't use file-directory-p to
...
check if the file "CVS/Entries" exists.
2008-12-04 18:10:34 +00:00
Juanma Barranquero
18f515e428
* international/mule-diag.el (list-character-sets): Doc fix.
...
(list-character-sets-2): Fix info in header. Simplify.
(print-coding-system): Simplify.
(list-input-methods-1): Simplify.
(mule-diag): Display current font/fontset for all window systems,
not just X. Simplify.
2008-12-04 15:23:54 +00:00
Glenn Morris
c8d6b4bc1e
(vc-svn-register-switches): Doc fix. Add t as option.
...
(vc-svn-register): Doc fix.
2008-12-04 07:03:53 +00:00
Glenn Morris
8bfbd1327b
(toggle-read-only): Doc fix.
2008-12-04 06:13:19 +00:00
Stefan Monnier
f7ede2fac5
(apropos-print-doc): Fix thinko that caused long labels to
...
be used in compact layout and vice-versa.
2008-12-03 21:57:10 +00:00
Juanma Barranquero
555e23cf94
* w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
...
like most list-* commands.
2008-12-03 16:36:59 +00:00
Juanma Barranquero
e4fe4569a9
* international/mule-diag.el (unicodedata-file, unicode-data): Remove.
...
They already exist in descr-text.el as `describe-char-unicodedata-file'
and `describe-char-unicode-data'.
(print-list): Simplify.
(read-charset): Reflow docstring.
(list-coding-systems): Doc fix.
2008-12-03 16:17:46 +00:00
Glenn Morris
d2ee9b136d
(vc-diff-switches): Doc fix.
2008-12-03 07:45:04 +00:00
Daiki Ueno
97c07afc0f
(epa--show-key): Use past tense of "expire" if the key
...
has already been expired. Thanks to Peter BARABAS.
2008-12-03 06:16:18 +00:00
Lute Kamstra
9201cc281b
* align.el:
...
* allout.el:
* apropos.el:
* arc-mode.el:
* autoinsert.el:
* avoid.el:
* battery.el:
* bookmark.el:
* buff-menu.el:
* calculator.el:
* chistory.el:
* cmuscheme.el:
* comint.el:
* compare-w.el:
* dabbrev.el:
* delim-col.el:
* desktop.el:
* diff-mode.el:
* diff.el:
* dired-aux.el:
* dired-x.el:
* dired.el:
* dos-vars.el:
* ediff-diff.el:
* ediff-help.el:
* ediff-init.el:
* ediff-merg.el:
* ediff-mult.el:
* ediff-ptch.el:
* ediff-vers.el:
* ediff-wind.el:
* ediff.el:
* emerge.el:
* facemenu.el:
* faces.el:
* ffap.el:
* filecache.el:
* find-dired.el:
* font-core.el:
* font-lock.el:
* forms.el:
* fringe.el:
* help-at-pt.el:
* hippie-exp.el:
* ido.el:
* image-file.el:
* imenu.el:
* indent.el:
* info.el:
* isearchb.el:
* iswitchb.el:
* jit-lock.el:
* jka-compr.el:
* log-edit.el:
* lpr.el:
* ls-lisp.el:
* man.el:
* menu-bar.el:
* midnight.el:
* mouse-sel.el:
* mouse.el:
* msb.el:
* outline.el:
* paren.el:
* pcmpl-cvs.el:
* pcmpl-gnu.el:
* pcomplete.el:
* pcvs-info.el:
* pcvs-parse.el:
* printing.el:
* ps-mule.el:
* ps-print.el:
* replace.el:
* ruler-mode.el:
* saveplace.el:
* sb-image.el:
* scroll-bar.el:
* sha1.el:
* shadowfile.el:
* shell.el:
* sort.el:
* speedbar.el:
* strokes.el:
* tempo.el:
* term.el:
* terminal.el:
* time-stamp.el:
* time.el:
* tree-widget.el:
* type-break.el:
* vc-cvs.el:
* vc-hg.el:
* vc-mcvs.el:
* vc-rcs.el:
* vc-sccs.el:
* vc.el:
* view.el:
* w32-vars.el:
* whitespace.el:
* wid-edit.el: Remove leading * from docstrings of defcustoms,
deffaces, defconsts and defuns.
2008-12-03 05:48:14 +00:00
Juanma Barranquero
b97439ce37
Fix typos.
2008-12-02 16:40:31 +00:00
Stefan Monnier
da0bed9399
(PC-do-completion): Fix leftover bug from Emacs-21 when
...
the prompt was added to the minibuffer.
2008-12-02 07:08:35 +00:00
Glenn Morris
78151cd534
(texinfo-insert-quote): Tweak previous change.
2008-12-02 03:36:25 +00:00
Kenichi Handa
1097333f20
Re-generated.
2008-12-02 01:14:45 +00:00
Andreas Schwab
a5dad58ad4
(dired-font-lock-keywords): Avoid fontifying file names
...
ending in a colon as directory header.
2008-12-01 16:07:19 +00:00
Kenichi Handa
702c4b073d
*** empty log message ***
2008-12-01 12:14:03 +00:00
Juanma Barranquero
d6be7497c4
* international/mule-cmds.el (locale-preferred-coding-systems): Fix alist item.
2008-12-01 11:07:41 +00:00
Michael Albinus
7c3404ecc2
* net/tramp-cache.el (tramp-cache-data-changed): New defvar.
...
(tramp-set-connection-property, tramp-flush-connection-property)
(tramp-dump-connection-properties): Use it.
2008-12-01 06:37:54 +00:00
Chong Yidong
a471d898f9
Undo last change.
2008-11-30 16:21:20 +00:00
Chong Yidong
27164217c2
* allout.el (allout-keybindings-list): Remove C-h binding to allow
...
users to ask for help.
2008-11-30 16:19:20 +00:00
Chong Yidong
a124190e81
* wdired.el (wdired-finish-edit): If displaying a single file,
...
change dired-directory if that file was renamed.
2008-11-30 05:42:01 +00:00
Chong Yidong
5829445e82
* emacs-lisp/byte-run.el (macro-declaration-function): Disallow
...
declare specs with lengths of 3 or more.
2008-11-30 02:59:18 +00:00
Chong Yidong
47f77e6f1d
* dirtrack.el (dirtrack): Fix error message.
2008-11-30 02:20:50 +00:00