1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00
Commit Graph

65701 Commits

Author SHA1 Message Date
Jan Djärv
1867217a61 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
mouse-yank-at-point is non-nil.
2006-08-22 06:14:45 +00:00
Stefan Monnier
8ec94c16ae (blink-cursor-end): Only ignore the error we care about.
(blink-cursor-mode): Use blink-cursor-end to simplify the code.
2006-08-22 01:35:45 +00:00
Nick Roberts
b1333d4fbe (Other GDB-UI Buffers): Describe how to edit
a value in the locals buffer.
2006-08-21 23:07:55 +00:00
Nick Roberts
7d14463c7d *** empty log message *** 2006-08-21 23:07:34 +00:00
Nick Roberts
b2f5a4ac93 (gdb-frame-memory-buffer): Make frame
a bit wider and remove fringes to fit initial output on line.
2006-08-21 23:06:09 +00:00
Robert J. Chassell
c7025fef39 texinfo.tex: deleted file and pointed emacs-lisp-intro.texi towards ../man/texinfo.tex 2006-08-21 19:04:39 +00:00
Robert J. Chassell
2476f3153d * emacs-lisp-intro.texi: deleted in directory copy of texinfo.tex
and pointed towards ../man/texinfo.tex so only one file
          needs updating.  Added comment of what to do when building on own.
2006-08-21 18:47:35 +00:00
Miles Bader
7d30b59000 Changes from arch/CVS synchronization 2006-08-21 14:58:31 +00:00
Robert J. Chassell
458811e2b4 lispintro/texinfo.tex: changed to version 2006-02-13.16
to enable a DVI build using the more recent versions of TeX.
2006-08-21 14:39:46 +00:00
Robert J. Chassell
b22e5ea8ef * lispintro/texinfo.tex: changed to version 2006-02-13.16
to enable a DVI build using the more recent versions of TeX.
2006-08-21 14:22:22 +00:00
Jan Djärv
f73858ce4d * keyboard.c: Clarify difference between in_sighandler and
handling_signal.
2006-08-21 12:55:20 +00:00
Jan Djärv
922fd3cb7b Clarify difference between in_sighandler and handling_signal. 2006-08-21 12:54:47 +00:00
Richard M. Stallman
28cb9364d7 *** empty log message *** 2006-08-21 10:57:46 +00:00
Richard M. Stallman
0d92660c53 (whitespace-cleanup): Doc fix. 2006-08-21 10:55:53 +00:00
Richard M. Stallman
a847570cfe (Basic Isearch): Add `isearch' index entry. 2006-08-21 10:54:46 +00:00
Kim F. Storm
6c69392936 (x_draw_stretch_glyph_string): It is ok to draw a
stretch	glyph in left marginal areas on	header and mode lines.
2006-08-21 08:53:32 +00:00
Kim F. Storm
c58790e68a *** empty log message *** 2006-08-21 08:52:54 +00:00
Miles Bader
7faa3f8c0b Rcirc update from Ryan Yeske
2006-08-20  Ryan Yeske  <rcyeske@gmail.com>

   * lisp/net/rcirc.el (rcirc-show-maximum-output): New var.
   (rcirc-buffer-process): If no buffer argument is supplied, use
   current-buffer.
   (rcirc-complete-nick): Complete to the last completed nick first.
   (rcirc-mode): Preserve the value of `rcirc-urls' across
   connections.  Setup scroll function.
   (rcirc-scroll-to-bottom): New function.
   (rcirc-print): Use nick syntax around regexp work.  Notice
   dim-nicks speaking only if they say our nick.
   (rcirc-update-activity-string): Do not show the modeline indicator
   if there are no live rcirc processes.
   (rcirc-cmd-ignore): Ignore case.
   (rcirc-browse-url-at-point): Fix off-by-one error.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-403
2006-08-21 05:37:27 +00:00
Lute Kamstra
3e46b34c81 Use ../man/texinfo.tex to build elisp.dvi. 2006-08-21 05:22:22 +00:00
Kenichi Handa
c2659d2332 Sync with the latest TUTORIAL. 2006-08-21 03:28:09 +00:00
Kenichi Handa
748726f4d0 (syms_of_keyboard): Docstring of
Vunread_post_input_method_events and Vunread_input_method_events
fixed.
2006-08-21 02:09:31 +00:00
Kim F. Storm
15fe082557 Tiny typo. 2006-08-20 20:57:26 +00:00
Stefan Monnier
65a16bef23 Remove * in defcustom docstrings.
(run-python, python-proc, python-try-complete): Use derived-mode-p.
(python-mode): Set tab-width and indent-tabs-mode.
2006-08-20 18:14:50 +00:00
Chong Yidong
c5b76d6cf7 * keyboard.c (show_help_echo): Preserve mouse movement flag if
tracking mouse.
2006-08-20 17:58:09 +00:00
Stefan Monnier
c7e8d385a2 Update to Dave Love's latest version.
(python-font-lock-keywords, python-mode): Don't use
font-lock-syntax-table, but match symbol elements explicitly instead.
(python-mode-map): Add help, and a few more key bindings.
(python-skip-comments/blanks): Move out of comments as well.
(python-continuation-line-p): Behave better with unbalanced parens.
(python-blank-line-p): New fun.
(python-open-block-statement-p): Don't use a heuristic.
(python-outdent-p): Better handle blocks-in-the-same-line.
(python-calculate-indentation): Misc improvements.
(python-comment-indent): Remove.
(python-block-pairs): New var.
(python-first-word): New fun.
(python-indentation-levels): Handle more common cases.
(python-indent-line-1): Add `leave' argument.
(python-indent-region): New fun.
(python-skip-out): New fun.
(python-beginning-of-statement, python-end-of-statement): Use it.
(python-next-statement): Return correct count even at eob.
(python-end-of-block): Fix paren-typo.
(python-imenu-create-index): Add module variables.
(run-python): Add `new' arg.  Check we're at a prompt before returning.
(python-send-command): Move to end of buffer.  Wait for prompt to return.
(python-set-proc): New fun.
(python-imports): New var.
(python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
(python-eldoc-function): Try to move out of arg list.
(python-outline-level): Offset by 1.
(python-find-imports): New fun.
(python-symbol-completions): Use python-imports.
(python-module-path, ffap-alist): Add support for ffap.
(python-skeletons, python-mode-abbrev-table, def-python-skeleton)
(pythin-insert-*, python-default-template, python-expand-template):
Add templates/skeletons.
(python-setup-brm): Support for Bicycle Repair Man.
(python-abbrev-syntax-table): New var.
(python-abbrev-pc-hook, python-pea-hook): New funs.
2006-08-20 17:55:16 +00:00
Stefan Monnier
67b595a290 Update to Dave Love's latest version.
(__all__): Fix args -> eargs.  Add new `modpath' fun.
(eargs): Add `imports' arg.
(all_names): New fun.
(complete): Rewrite without using rlcompleter.
Remove `namespace' arg, add `imports' arg.
(ehelp): Replace g and l args with `imports'.
(eimport): Use __main__ rather than `emacs' namespace.
(modpath): New fun.
2006-08-20 17:54:48 +00:00
Stefan Monnier
c7bb83bdeb (eexecfile): Use the __main__ rather than `emacs' namespace. 2006-08-20 15:53:57 +00:00
Chong Yidong
f9ac92c539 * frame.el (blink-cursor-start): Set timer first.
(blink-cursor-end): Ignore timer cancelling errors.
	Suggested by Ken Manheimer.
2006-08-20 14:43:29 +00:00
Juanma Barranquero
525efc448c *** empty log message *** 2006-08-20 12:53:20 +00:00
Juanma Barranquero
016c63b645 (comment-box): Call `comment-normalize-vars'. Add autoload cookie. 2006-08-20 12:48:19 +00:00
Richard M. Stallman
ce6297137d *** empty log message *** 2006-08-20 12:19:33 +00:00
Richard M. Stallman
79ffb765f2 (line-number-at-pos): Doc fix. 2006-08-20 12:16:58 +00:00
Richard M. Stallman
171d328e8d (run-with-idle-timer): Pass t to timer-activate-when-idle, so timer
can run before Emacs becomes non-idle again.
2006-08-20 12:16:26 +00:00
Richard M. Stallman
4721317c7d (Reading One Event): Update xref. 2006-08-20 12:11:24 +00:00
Richard M. Stallman
3bde9bb9fb (Top): Update subnode menu. 2006-08-20 12:10:04 +00:00
Richard M. Stallman
9d45757a54 (Idle Timers): New node, split out from Timers.
Document current-idle-time.
2006-08-20 12:09:37 +00:00
Richard M. Stallman
2eb582aeac (load_pixmap): Add quotes in error message. 2006-08-20 12:06:59 +00:00
Richard M. Stallman
ff458d812f (Fcurrent_idle_time): New function.
(syms_of_keyboard): defsubr it.
2006-08-20 12:06:20 +00:00
Chong Yidong
73a0e48276 - Jorgen Schaefer <forcer@forcix.cx>'s June 18 bug report
Fixed in RMS' 2006-08-16 commit.
2006-08-18 16:17:20 +00:00
Eli Zaretskii
fa1f79270d *** empty log message *** 2006-08-18 12:51:09 +00:00
Eli Zaretskii
6e6f0cb6ab (whitespace-cleanup-internal): New optional arg REGION-ONLY. If it's non-nil,
modify the message to the user accordingly.
(whitespace-cleanup-region): Call whitespace-cleanup-internal with a non-nil
argument.
2006-08-18 12:50:08 +00:00
Eli Zaretskii
b8ae17637c Synchronize with TUTORIAL. 2006-08-18 12:41:09 +00:00
Eli Zaretskii
a8bcc348b1 (spaces-string): Simplify and add doc string. 2006-08-18 12:07:38 +00:00
Richard M. Stallman
017e297ea9 Comment change. 2006-08-18 01:52:19 +00:00
Nick Roberts
d46c6df554 (Fset_window_fringes): Do nothing on a tty.
(Fwindow_fringes): Put ? operator after the line break.
2006-08-17 21:00:44 +00:00
Nick Roberts
454e31b372 *** empty log message *** 2006-08-17 21:00:13 +00:00
Romain Francoise
bfe0c147d5 (gdb-edit-locals-value): Balance parens. 2006-08-17 17:56:57 +00:00
Romain Francoise
31ab08e6ad *** empty log message *** 2006-08-17 17:34:39 +00:00
Richard M. Stallman
fb5422b2d1 (compare-windows): lambda's take an arg and pass
it to compare-windows-skip-whitespace.
2006-08-17 15:22:21 +00:00
Stefan Monnier
9fd762b063 (jit-lock-fontify-now): Protect the modified status of the right buffer. 2006-08-17 15:10:21 +00:00