unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* Re: [andreas.amann@web.de: ediff problem with longlines-show-hard-newlines]
       [not found] <E1I6fax-0006UI-FY@fencepost.gnu.org>
@ 2007-07-09 16:49 ` Michael Kifer
  0 siblings, 0 replies; only message in thread
From: Michael Kifer @ 2007-07-09 16:49 UTC (permalink / raw)
  To: andreas.amann; +Cc: Chong Yidong, bug-gnu-emacs, rms


> Date: Thu, 5 Jul 2007 15:14:16 +0100
> From: Andreas Amann <andreas.amann@web.de>
> To: bug-gnu-emacs@gnu.org
> Subject: ediff problem with longlines-show-hard-newlines
> 
> 
> entering ediff-buffers and leaving it immediately sets the modified
> flags of the visited buffers, even if no editing was done. This only
> happens if longlines-show-hard-newlines is set to true.
> 
> 
> Minimal test case:
> >cat ~/.emacs
> (require 'longlines)
> (add-hook 'text-mode-hook (lambda () (longlines-mode 1)))
> (setq longlines-show-hard-newlines t)
> 
> >cat testcase_ediff.txt
> A C
> 
> >cat testcase_ediff2.txt
> A B C
> 
> >emacs -no-site-file testcase_ediff.txt testcase_ediff2.txt
> "M-x ediff-buffers" and select the two loaded buffers
> "q" to quit ediff ("yes" to confirm)
> 
> now the modified flags "**" are set for both buffers although no
> editing was done.  

This is because with your settings:

    (require 'longlines)
    (add-hook 'text-mode-hook (lambda () (longlines-mode 1)))
    (setq longlines-show-hard-newlines t)

executing (longlines-mode 0) marks text buffers as modified.

It seems to me a problem with longlines-mode rather than with ediff.

I am copying this to the maintainer of longlines.el for clarifications.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-07-09 16:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1I6fax-0006UI-FY@fencepost.gnu.org>
2007-07-09 16:49 ` [andreas.amann@web.de: ediff problem with longlines-show-hard-newlines] Michael Kifer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).