emacs-devel
[Top][All Lists]
Advanced

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

Re: State of VC?


From: Thien-Thi Nguyen
Subject: Re: State of VC?
Date: Thu, 24 Jan 2008 09:58:53 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux)

() Dan Nicolaescu <address@hidden>
() Wed, 23 Jan 2008 23:07:19 -0800

   The problem here is indeed in vc-diff-sentinel. It calls 
   (shrink-window-if-larger-than-buffer)
   which does this:
     (when (null window)
       (setq window (selected-window)))

   So it will look at (selected-window), so it will shrink the wrong
   window... 
   Not sure what the best solution is here.

i just installed a fix.

btw, in the cvs log, i used the format:

  ONE-LINE-DESCRIPTION.
  
  (FUNC): CHANGE.
  (OTHER-FUNC): CHANGE.
  
as opposed to the format w/o `ONE-LINE-DESCRIPTION.\n\n'
(which is what went into ChangeLog).  any objections?

thi




reply via email to

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