all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Adrian Robert <adrian.b.robert@gmail.com>
To: "Alex Schröder" <kensanata@gmail.com>
Cc: 1151@emacsbugs.donarmstrong.com
Subject: bug#1151: #1151 - Building Emacs on Mac OS 10.3.9 - Emacs bug report logs
Date: Tue, 23 Dec 2008 10:54:20 +0200	[thread overview]
Message-ID: <EE10CAFB-1AC4-4055-AB5A-F7741D4016CB@gmail.com> (raw)
In-Reply-To: <9abbd5730812221731qb37a78aq95a54b3363a3d099@mail.gmail.com>


On Dec 23, 2008, at 3:31 AM, Alex Schröder wrote:

> On Tue, Oct 21, 2008 at 2:42 PM, Adrian Robert
> <adrian.b.robert@gmail.com> wrote:
>> I am interested in having Emacs continue to work under Panther but  
>> don't
>> have access to a test environment myself.  Could you try  
>> commenting out the
>> part of the 'if' statement involving  
>> "typeUTF16ExternalRepresentation" and
>> see where that gets you?
>>
>> If you get it working and send me a list of all places that you  
>> needed to
>> change, I can put in #ifdefs etc. so it will work out of the box.
>
> Hi Adrian
>
> Indeed, that does work!

Great to hear, I will apply a version of this patch using appropriate  
#ifdefs soon after the holidays, or feel free to commit one yourself  
if you have access.

thanks,
Adrian



> This is the only change I made:
>
> cvs diff: Diffing src
> Index: src/nsfns.m
> ===================================================================
> RCS file: /sources/emacs/emacs/src/nsfns.m,v
> retrieving revision 1.29
> diff -c -r1.29 nsfns.m
> *** src/nsfns.m	7 Dec 2008 05:00:56 -0000	1.29
> --- src/nsfns.m	23 Dec 2008 01:27:36 -0000
> ***************
> *** 2054,2061 ****
>   	  *result = Qt;
>   	  // script returned an AppleScript result
>   	  if ((typeUnicodeText == [returnDescriptor descriptorType]) ||
> ! 	      (typeUTF16ExternalRepresentation
> ! 	       == [returnDescriptor descriptorType]) ||
>   	      (typeUTF8Text == [returnDescriptor descriptorType]) ||
>   	      (typeCString == [returnDescriptor descriptorType]))
>   	    {
> --- 2054,2061 ----
>   	  *result = Qt;
>   	  // script returned an AppleScript result
>   	  if ((typeUnicodeText == [returnDescriptor descriptorType]) ||
> ! // 	      (typeUTF16ExternalRepresentation
> ! // 	       == [returnDescriptor descriptorType]) ||
>   	      (typeUTF8Text == [returnDescriptor descriptorType]) ||
>   	      (typeCString == [returnDescriptor descriptorType]))
>   	    {







  reply	other threads:[~2008-12-23  8:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-21 13:42 bug#1151: #1151 - Building Emacs on Mac OS 10.3.9 - Emacs bug report logs Adrian Robert
2008-12-23  1:31 ` Alex Schröder 
2008-12-23  8:54   ` Adrian Robert [this message]
2008-12-29 11:05   ` Alex Schröder 
2008-12-29 12:56     ` Alex Schröder 
2008-12-30  0:07       ` Alex Schröder 

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=EE10CAFB-1AC4-4055-AB5A-F7741D4016CB@gmail.com \
    --to=adrian.b.robert@gmail.com \
    --cc=1151@emacsbugs.donarmstrong.com \
    --cc=kensanata@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.