summaryrefslogtreecommitdiff
path: root/lisp/longlines.el
Commit message (Collapse)AuthorAgeFilesLines
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
|
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* Add coding cookie utf-8 for the pilcrow sign.Juri Linkov2008-07-191-1/+1
|
* (longlines-search-forward, longlines-search-backward)Chong Yidong2008-06-121-3/+3
| | | | (longlines-re-search-forward): Use a smarter search-spaces-regexp.
* (longlines-show-effect): Default to a pilcrow sign.Chong Yidong2008-06-061-1/+1
|
* (longlines-re-search-forward): New function.Chong Yidong2008-06-061-0/+10
| | | | | | (longlines-mode): Bind replace-search-function and replace-re-search-function, to ensure that replacement commands treat newlines as spaces.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* (longlines-unload-function): New function.Juanma Barranquero2008-02-281-0/+11
|
* (longlines-mode, longlines-show-region)Martin Rudalics2008-01-161-4/+8
| | | | | (longlines-unshow-hard-newlines): Bind buffer-file-name and buffer-file-truename to nil while modifying buffer.
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
| * (longlines-wrap-follows-window-size): Integer valueChong Yidong2007-10-171-6/+21
| | | | | | | | | | | | specifies wrapping margin. (longlines-mode, longlines-window-change-function): Set window-specific wrapping margin based on the above.
| * (longlines-decoded): New variable.Chong Yidong2007-08-071-4/+10
| | | | | | | | (longlines-mode): Avoid encoding or decoding the buffer twice.
* | (longlines-show-hard-newlines): Remove handling ofMartin Rudalics2007-11-301-9/+15
| | | | | | | | | | | | | | | | buffer-undo-list and buffer-modified status. (longlines-show-region, longlines-unshow-hard-newlines): Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and inhibit-modification-hooks here to avoid that a buffer appears modified when toggling visibility of hard newlines.
* | * textmodes/flyspell.el (message-signature-separator):Dan Nicolaescu2007-10-291-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | * longlines.el (message-indent-citation-function): Pacify byte compiler. * emacs-lisp/cl-loaddefs.el: * ldefs-boot.el: Regenerate. * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable. (.el.elc, compile, compile-always, compile-calc) ($(lisp)/progmodes/cc-mode.elc): Use it.
* | (longlines-wrap-follows-window-size): Integer valueChong Yidong2007-10-171-6/+21
| | | | | | | | | | | | specifies wrapping margin. (longlines-mode, longlines-window-change-function): Set window-specific wrapping margin based on the above.
* | (longlines-decoded): New variable.Chong Yidong2007-08-071-4/+10
|/ | | | (longlines-mode): Avoid encoding or decoding the buffer twice.
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (longlines-wrap-region): Avoid marking buffer as modified.Chong Yidong2007-07-081-15/+14
| | | | | (longlines-auto-wrap, longlines-window-change-function): Remove unnecessary calls to set-buffer-modified-p.
* (longlines-mode): Make longlines-auto-wrap buffer-local. Add hooksChong Yidong2007-06-041-22/+19
| | | | | | | unconditionally. (longlines-auto-wrap): Toggle wrapping. (longlines-after-change-function) (longlines-post-command-function): Check longlines-auto-wrap.
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (longlines-show-hard-newlines): Fix typo in docstring.Juanma Barranquero2007-01-141-1/+1
|
* (longlines-wrap-line): "?\ " -> "?\s".Juanma Barranquero2006-11-271-1/+1
|
* * dnd.el (dnd-handle-one-url): Fix typo in doc-string.Jan Djärv2006-10-111-1/+1
| | | | | | | | * help-at-pt.el (scan-buf-move-to-region): Likewise. * longlines.el (longlines-window-change-function): Likewise. * simple.el (undo-ask-before-discard): Likewise. * wid-edit.el (widget-field-prompt-internal) (widget-documentation-link-p): Likewise
* (longlines-show-region): Make it work on read-only buffers as well.Stefan Monnier2006-08-011-5/+6
|
* simplify last fix.Chong Yidong2006-07-131-16/+5
|
* * longlines.el (longlines-post-command-function): Handle open-lineChong Yidong2006-07-121-5/+11
| | | | too.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Typo.Chong Yidong2005-12-201-1/+0
|
* Typo.Chong Yidong2005-12-201-2/+2
|
* * longlines.el (longlines-mode): Wrap while widened.Chong Yidong2005-12-191-9/+11
| | | | | (longlines-decode-region, longlines-encode-region): Compute max just once.
* * longlines.el (longlines-mode): Add mail-setup-hook.Chong Yidong2005-11-291-0/+1
| | | | | | | * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes. * simple.el (sendmail-user-agent-compose, next-line): Conditionally use hard-newline.
* (longlines-wrap-line): Reorder wrapping to "insertDavid Kastrup2005-11-251-6/+10
| | | | new character, then delete" in order to preserve markers.
* longlines.el (longlines-wrap-line): Preserve marker positions.Chong Yidong2005-11-201-3/+4
|
* (longlines-mode): Add a message-setup-hook.Chong Yidong2005-11-201-1/+6
| | | | (longlines-decode-buffer): New function.
* Typo.Chong Yidong2005-11-191-1/+1
|
* * longlines.el (longlines-before-revert-hook)Chong Yidong2005-11-191-2/+12
| | | | | (longlines-after-revert-hook): New functions. (longlines-mode): Turn off longlines temporarily when reverting.
* *** empty log message ***Chong Yidong2005-11-181-7/+7
|
* Add hacks for citation in mail-mode and message-mode.Chong Yidong2005-11-181-3/+20
|
* * longlines.el (longlines-mode): Bind after-change-functions toChong Yidong2005-10-271-1/+3
| | | | nil during initial decoding and final encoding.
* * longlines.el (longlines-mode): Remove narrowing beforeChong Yidong2005-10-251-2/+6
| | | | performing the initial decoding or final encoding.
* * longlines.el (longlines-search-forward)Chong Yidong2005-10-161-2/+2
| | | | (longlines-search-backward): Match any number of spaces.
* * longlines.el (longlinges-search-function)Chong Yidong2005-10-141-0/+24
| | | | | | | (longlines-search-forward, longlines-search-backward): New functions. (longlines-mode): Set isearch-search-fun-function to longlinges-search-function.
* *** empty log message ***Chong Yidong2005-09-011-2/+8
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+1
|
* (longlines-show-region, longlines-unshow-hard-newlines):Richard M. Stallman2005-07-101-4/+4
| | | | Recognize hard newlines by non-nil hard property, instead of t.
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (longlines-mode, longlines-show-hard-newlines): Doc fixes.Richard M. Stallman2005-06-171-4/+5
|
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-369Miles Bader2005-06-101-5/+0
| | | | lisp/longlines.el (longlines-visible-face): Face removed