Paul Eggert
da6062e6ea
Spelling fixes.
2011-11-14 23:55:13 -08:00
Glenn Morris
672b871d98
rmailmm doc fixes.
...
* lisp/mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
(rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
(rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
(rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
(rmail-mime, rmail-show-mime): Doc fixes.
2011-11-14 23:45:45 -08:00
Glenn Morris
f6aa5bb177
ns-win.el fix for bug#10051
...
* lisp/term/ns-win.el (mode-line-frame-identification): Leave it alone.
2011-11-14 20:04:06 -05:00
Juanma Barranquero
0d26e0b62b
Fix typos.
2011-11-15 01:54:19 +01:00
Glenn Morris
947cd66b96
* lisp/simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
2011-11-14 19:38:10 -05:00
Glenn Morris
447f30f64b
rmailout fix for bug#9978.
...
* lisp/mail/rmailout.el (rmail-output-to-rmail-buffer):
Handle empty buffers.
2011-11-14 19:34:01 -05:00
Paul Eggert
91af3942e9
Spelling fixes.
2011-11-14 15:59:56 -08:00
Dan Nicolaescu
5ef215d874
* lib-src/Makefile.in (all): Make sure "all" is the first target.
2011-11-14 15:54:16 -07:00
Juanma Barranquero
0b381c7eb8
Fix typos.
2011-11-14 22:00:24 +01:00
Paul Eggert
8350f087ef
Spelling fixes.
2011-11-14 12:23:26 -08:00
Eli Zaretskii
322ad6ec0e
Fix bug #10035 with assertion violation in row_equal_p.
...
src/xdisp.c (display_line): Move the call to
highlight_trailing_whitespace before the call to
compute_line_metrics, since the latter needs to see the final
faces of all the glyphs to compute ROW's hash value. Fixes
assertion violations in row_equal_p.
2011-11-14 22:15:38 +02:00
Juanma Barranquero
f067b8ecca
Fix bug#10044
...
src/w32proc.c (reader_thread): Don't check pending input if cp->fd < 0,
just return.
2011-11-14 18:52:09 +01:00
Glenn Morris
a9a75fac5e
Auto-commit of loaddefs files.
2011-11-14 12:45:14 -05:00
Lars Magne Ingebrigtsen
122d94635f
If the server hangs up while we're talking to it, just `message' the error instead of throwing an error.
2011-11-14 17:09:13 +01:00
Glenn Morris
40500957d9
rmail-summary fix.
...
* lisp/mail/rmailsum.el (rmail-summary): Remove movement to beginning
of message - not necessary, and causes problems.
I believe the call to rmail-summary-beginning-of-message was only
thought to be necessary due to a couple of bugs in rmail-new-summary
that are hopefully fixed now (`mesg' not being set,
rmail-summary-buffer's buffer locality not being considered).
Fixes: debbugs:9831
2011-11-14 01:22:45 -08:00
Glenn Morris
071c2340fd
* mail/rmailsum.el (rmail-new-summary): Preserve message number.
...
Nothing was setting the local variable `mesg'.
Eg when looking at message 10, pressing h to get a summary would
send you to message 1.
2011-11-14 01:09:03 -08:00
Paul Eggert
09e80d9fb9
Spelling fixes.
2011-11-13 22:27:12 -08:00
Glenn Morris
56632ce4cd
Small executable.el fix related to bug#9879.
...
* lisp/progmodes/executable.el
(executable-make-buffer-file-executable-if-script-p):
Handle file-modes returning nil.
2011-11-13 18:14:01 -08:00
Glenn Morris
d3cfca6027
* lisp/mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
2011-11-13 18:01:00 -08:00
Glenn Morris
71e027ac2d
Rmail summary fixes for empty summaries.
...
* lisp/mail/rmailsum.el (rmail-summary, rmail-new-summary)
(rmail-new-summary-1): Allow empty summaries.
(rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
Fixes: debbugs:9964
2011-11-13 17:43:50 -08:00
Christoph Scholtes
d7cecd19b3
* inc/stdint.h (UINT64_MAX, UINT32_MAX): Fix values.
2011-11-13 07:43:13 -07:00
Paul Eggert
f6b1b0a848
Spelling fixes.
2011-11-12 23:48:23 -08:00
Glenn Morris
1c889bf68c
* INSTALL: Tiny updates for disk space used during installation.
2011-11-12 17:03:55 -08:00
Eli Zaretskii
7ef3cbd547
Allow building temacs with a larger heap on MS-Windows.
...
src/makefile.w32-in (HEAPSIZE): New variable, allows to build temacs
with user-defined heap size. Bump the default size of the temacs
heap to 27MB, to avoid memory warning when running temacs.
($(TEMACS)): Use HEAPSIZE instead of a hardcoded value.
2011-11-12 14:11:54 +02:00
Eli Zaretskii
7a7270ddb6
Verify glyph row's hash values.
...
src/dispnew.c (verify_row_hash) [XASSERTS]: New function.
(adjust_glyph_matrix, row_equal_p): Use it in xassert to verify
that the hash value of glyph rows is correct.
2011-11-12 13:56:57 +02:00
Eli Zaretskii
1e5b2111b6
dispnew.c (scrolling_window): Fix index usage.
...
src/dispnew.c (scrolling_window): Fix incorrect indices in accessing
current_matrix and desired_matrix. (Bug#9990)
2011-11-12 12:09:38 +02:00
Martin Rudalics
89d612214e
Don't handle splits status.
...
* window.h (window): Remove splits slot.
* window.c (Fwindow_splits, Fset_window_splits): Remove.
(Fdelete_other_windows_internal, make_parent_window)
(make_window, Fsplit_window_internal, Fdelete_window_internal)
(Fset_window_configuration, save_window_save): Don't deal with
split status of windows.
(saved_window): Remove splits slot.
(Vwindow_splits): Rewrite doc-string.
* window.el (window-resize, delete-window): Use window-splits
variable instead of function.
(window-state-get-1, window-state-put-2, window-state-put):
Don't deal with windows' splits status.
* windows.texi (Splitting Windows, Deleting Windows): Remove
references to splits status of windows.
2011-11-12 10:55:50 +01:00
Glenn Morris
98282f6f12
apropos.el doc fixes.
...
* lisp/apropos.el (apropos-do-all, apropos-library, apropos-value)
(apropos-documentation): Doc fixes.
2011-11-11 21:13:23 -05:00
Juanma Barranquero
9b8ba1e59d
Fix more typos.
2011-11-12 00:34:43 +01:00
Juanma Barranquero
40a8bdf60f
Fix typos.
2011-11-12 00:17:16 +01:00
Jan Djärv
97f18cc83d
* xfns.c (unwind_create_frame):
...
* nsfns.m (unwind_create_frame):
* w32fns.c (unwind_create_frame): Use Fmemq to check if frame is in
Vframe_list.
Fixes: debbugs:9999
2011-11-11 19:33:30 +01:00
Stefan Monnier
65bd19ff8a
* lisp/electric.el: Make electric-indent-mode better behaved.
...
* lisp/electric.el (electric-indent-post-self-insert-function): Make it
possible for a char to only indent in some circumstances.
(electric-indent-mode): Simplify.
2011-11-11 10:55:24 -05:00
Martin Rudalics
5e92ca23ec
Further rename and clean up of functions in window.el.
...
* window.el (window-size-ignore, window-size-fixed-1)
(window-in-direction-2): Prefix with "window--".
(window-tree-1): Rename to window--subtree, fix doc-string.
2011-11-11 11:23:23 +01:00
Paul Eggert
dbdb703130
Spelling fixes.
2011-11-11 02:04:08 -08:00
Martin Rudalics
54f9154ca1
Rename and clean up functions in window.el.
...
* window.el (windows-with-parameter): Remove unused function.
(windows-at-side): Rename to window-at-side-list.
(window-check, window-atom-check, window-atom-check-1)
(window-side-check): Prefix with "window--".
2011-11-11 10:59:00 +01:00
Dmitry Antipov
22a648b4d6
* xdisp.c (syms_of_xdisp): Remove duplicated definition of Qtext.
2011-11-11 01:18:32 -08:00
Kenichi Handa
659afedebb
callproc.c (Fcall_process): Set the member dst_multibyte of process_coding.
2011-11-11 17:09:40 +09:00
Kenichi Handa
0756b0c3a6
merge trunk
2011-11-11 16:08:47 +09:00
Kenichi Handa
9ac0394b8d
xdisp.c (fill_composite_glyph_string): Always set s->face, to avoid a crash (bug#9496).
2011-11-11 16:08:10 +09:00
Glenn Morris
68cbc58be5
eval-after-load fix for bug#10009
...
* lisp/subr.el (eval-after-load): If FILE is already loaded,
evaluate FORM before it gets wrapped in more stuff.
2011-11-10 20:46:03 -05:00
Glenn Morris
9a4de11022
Always use svn --non-interactive in vc-svn.el (bug#9993)
...
* lisp/vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
Call svn via vc-svn-command rather than vc-do-command.
(vc-svn-command): Add --non-interactive.
(vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
2011-11-09 21:36:48 -05:00
Glenn Morris
b2621720c3
toggle-read-only fixes for bugs#7292, 10006.
...
* doc/lispref/buffers.texi (Read Only Buffers): Expand a bit on why
toggle-read-only should only be used interactively.
* lisp/files.el (toggle-read-only): Mention that it should only
be used interactively.
* lisp/emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
Add toggle-read-only.
2011-11-09 21:17:45 -05:00
Juanma Barranquero
c4e7c63af1
Fix typos.
2011-11-09 17:18:33 +01:00
Stefan Monnier
d9ac1a1e5d
* lisp/progmodes/compile.el: Adjust regexp for OCaml warnings.
...
(compilation-error-regexp-alist-alist): OCaml warnings (can?) have a number.
Fixes: debbugs:9749
2011-11-09 10:39:32 -05:00
Stefan Monnier
0c32508203
* lisp/electric.el (electric-pair-post-self-insert-function): Let user
...
turn it off buffer-locally.
Fixes: debbugs:9932
2011-11-09 10:10:25 -05:00
Stefan Monnier
90132c1485
* lisp/progmodes/python.el (python-beginning-of-statement): Rewrite.
...
Fixes: debbugs:2703
2011-11-09 10:00:32 -05:00
Chong Yidong
d2ad7ee1ad
Document window-pixel-edges etc in Lisp manual.
...
* doc/lispref/windows.texi (Window Sizes): Document window-pixel-edges,
window-inside-pixel-edges. window-absolute-pixel-edges, and
window-inside-absolute-pixel-edges.
(Resizing Windows): shrink-window-if-larger-than-buffer works on
non-full-width windows.
2011-11-09 22:37:25 +08:00
Chong Yidong
2fbdc249e6
Disallow calling window-inside-edges and related functions on internal windows.
...
* src/window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges)
(Fwindow_inside_absolute_pixel_edges): Only allow live windows.
2011-11-09 22:29:23 +08:00
Stefan Monnier
1dce71935c
* lisp/progmodes/compile.el: Better handle TABs.
...
(compilation-internal-error-properties)
(compilation-next-error-function): Obey the target buffer's
compilation-error-screen-columns.
Fixes: debbugs:9749
2011-11-09 09:04:13 -05:00
Martin Rudalics
2cffd68198
Rewrite window-resizable.
...
* window.el (window-size-fixed-p): Rewrite doc-string.
(window-resizable-p): Rename to window--resizable-p. Update
callers.
(window--resizable): New function. Make all callers of
window-resizable call window--resizable instead.
(window-resizable): Rewrite in terms of window--resizable.
* windows.texi (Resizing Windows): Rewrite documentation of
window-resizable.
2011-11-09 10:36:05 +01:00