From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ivan Andrus Newsgroups: gmane.emacs.devel Subject: Patch for Cocoa-specific bug 3792 Date: Tue, 21 Jul 2009 22:26:12 -0600 Message-ID: <2D561F1D-7D16-47E9-90EC-A434082412E8@macmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1248236798 26393 80.91.229.12 (22 Jul 2009 04:26:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Jul 2009 04:26:38 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 22 06:26:28 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MTTPQ-0000Ep-A5 for ged-emacs-devel@m.gmane.org; Wed, 22 Jul 2009 06:26:28 +0200 Original-Received: from localhost ([127.0.0.1]:50086 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTTPP-0001RI-70 for ged-emacs-devel@m.gmane.org; Wed, 22 Jul 2009 00:26:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MTTPK-0001PQ-59 for emacs-devel@gnu.org; Wed, 22 Jul 2009 00:26:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTTPF-0001Le-Mn for emacs-devel@gnu.org; Wed, 22 Jul 2009 00:26:21 -0400 Original-Received: from [199.232.76.173] (port=47599 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTTPF-0001Lb-JF for emacs-devel@gnu.org; Wed, 22 Jul 2009 00:26:17 -0400 Original-Received: from mail-gx0-f219.google.com ([209.85.217.219]:46409) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MTTPF-0007oN-9a for emacs-devel@gnu.org; Wed, 22 Jul 2009 00:26:17 -0400 Original-Received: by gxk19 with SMTP id 19so6032233gxk.18 for ; Tue, 21 Jul 2009 21:26:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=01E+NFoSayJBRYCd/dIDmFoBGF0vkbtuv0hFXVIvXsI=; b=mAxg774NCAr3wmP3pt1UsHlyHCPKWzP1FmFpiTMTM5SL2MuKNDwW5r0hLm4EM1VgkQ RfTHcytgn8B3lqlo7cktHrpWB40Fn1ZOIUp21LSCjmjv2JzNwh0VMZdqv15rgKeVj9vo BRx46cJkrGvqsd1b1a+eU/U9BlMk5SFM30/40= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=GExVDaGrAzi99PbyN/YoH/I1ofs03oweHbo/w1sbCk3BNX+T41KtvF4E7f4DadN1qY 6exeAt0eEKI2FjhxyZ6maHfkGCxpaTDsnjI91T8U+rrzdeEjD/jOpV5SfH9lo+0jYR+S 3GwH7KWHl8/cA2HPJ2aaJ9c3u8+AXqM82WqNU= Original-Received: by 10.150.136.12 with SMTP id j12mr905728ybd.338.1248236775222; Tue, 21 Jul 2009 21:26:15 -0700 (PDT) Original-Received: from c-76-27-80-39.hsd1.ut.comcast.net (c-76-27-80-39.hsd1.ut.comcast.net [76.27.80.39]) by mx.google.com with ESMTPS id 21sm618916ywh.11.2009.07.21.21.26.14 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 21 Jul 2009 21:26:14 -0700 (PDT) X-Mailer: Apple Mail (2.935.3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:112986 Archived-At: I added a patch to the Cocoa specific bug 3792. I don't really know my way around the emacs internals, so if a NSEmacs expert could look it over, fix it up, and commit it that would be great. It's probably not implemented very well (and hasn't been tested on 10.4), so completely ignoring the patch and fixing it a better way will not hurt my feelings any. -Ivan Andrus