bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: diff should offer bully mode


From: Kevin Rodgers
Subject: Re: diff should offer bully mode
Date: Wed, 07 Jun 2006 15:34:42 -0600
User-agent: Thunderbird 1.5.0.4 (Windows/20060516)

Dan Jacobson wrote:
(emacs-version"22.0.50.1") When one uses
  = runs the command dired-diff
      which is an interactive compiled Lisp function in `dired-aux.el'.
The half window given isn't big enough to see much diff output, at
least for me.
Instead of splitting the window in half, it be possible to have diff
  take over the whole window, like man's bully mode.
The problem must be in the inflexible
      (display-buffer buf)
in the diff function.

`C-h f display-buffer' describes how flexible it really is.  All you
should need is:

(setq same-window-buffer-names
      (cons "*Diff*" same-window-buffer-names))

--
Kevin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]