emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs Mac port


From: Donald Curtis
Subject: Re: Emacs Mac port
Date: Sat, 7 Jul 2012 13:13:04 -0500

IGNORE!  DUH...  -p0

seems so obvious that it should be applied automatically but i guess i need to 
brush up on my linux skills.

Sorry for the extra emails.

DC




On Jul 7, 2012, at 1:10 PM, Donald Curtis wrote:

> In try to patch the latest version, I do,
> 
> patch < ../emacs-24.1-mac-3.0/patch-mac 
> 
> and i get an error,
> 
> patching file Makefile.in
> patching file configure.in
> patching file Makefile.in
> Hunk #1 FAILED at 102.
> 1 out of 1 hunk FAILED -- saving rejects to file Makefile.in.rej
> can't find file to patch at input line 372
> Perhaps you should have used the -p or --strip option?
> The text leading up to this was:
> --------------------------
> |
> |=== modified file 'doc/emacs/anti.texi'
> |*** doc/emacs/anti.texi      2012-01-23 06:52:18 +0000
> |--- doc/emacs/anti.texi      2012-02-27 23:43:09 +0000
> --------------------------
> File to patch: 
> 
> 
> And so I'm not sure what is happening as I've never had this happen before.  
> and the file is thereā€¦ it just seems to be angry.  anyways, I thought you may 
> have encountered this before and I didn't want to clog the mailing list.
> 
> On Jun 11, 2012, at 2:29 AM, YAMAMOTO Mitsuharu wrote:
> 
>>>>>>> On Sun, 10 Jun 2012 18:29:26 +0900, YAMAMOTO Mitsuharu <address@hidden> 
>>>>>>> said:
>> 
>>> Emacs 24 Mac port 3.0 is now available from
>> 
>>> ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-24.1-mac-3.0.tar.gz
>> 
>>> This version is based on Emacs 24.1.
>> 
>> It turned out that the pixel-based mouse wheel smooth scroll had a
>> problem: scrolling up the contents of a buffer with a header line is
>> sometimes jumpy.  Please apply the patch below.  Sorry for the
>> inconvenience.
>> 
>> (This is due to some incompatibility between Emacs 23 and 24 I
>> overlooked, so do not apply it to Emacs 23 Mac port 2.1 .)
>> 
>>                                   YAMAMOTO Mitsuharu
>>                              address@hidden
>> 
>> === modified file 'lisp/term/mac-win.el'
>> *** lisp/term/mac-win.el     2012-06-01 11:45:25 +0000
>> --- lisp/term/mac-win.el     2012-06-11 07:14:04 +0000
>> ***************
>> *** 1977,1982 ****
>> --- 1977,1987 ----
>>                              (cadr (pos-visible-in-window-p
>>                                     (posn-point target-posn) nil t)))
>>                             (scrolled-pixel-height (- target-y first-y)))
>> +                      ;; Emacs 23 -> 24 incompatibility: the
>> +                      ;; actual row part of POSITION now counts
>> +                      ;; the header line.
>> +                      (if header-line-height
>> +                          (setq target-row (1- target-row)))
>>                        (scroll-up (if (= delta-y scrolled-pixel-height)
>>                                       target-row
>>                                     (1+ target-row)))
>> 
>> 
> 




reply via email to

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