From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joaotavora@gmail.com (=?utf-8?B?Sm/Do28gVMOhdm9yYQ==?=) Newsgroups: gmane.emacs.devel Subject: Re: Visual bell patch for emacs on OSX Date: Mon, 16 Dec 2013 23:49:13 +0000 Message-ID: <874n688ih2.fsf@gmail.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1387237855 14917 80.91.229.3 (16 Dec 2013 23:50:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 16 Dec 2013 23:50:55 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 17 00:51:00 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VshwA-0001P2-2d for ged-emacs-devel@m.gmane.org; Tue, 17 Dec 2013 00:50:58 +0100 Original-Received: from localhost ([::1]:58871 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vshw9-0007ZY-P3 for ged-emacs-devel@m.gmane.org; Mon, 16 Dec 2013 18:50:57 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vshw1-0007Rw-B6 for emacs-devel@gnu.org; Mon, 16 Dec 2013 18:50:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vshvw-00048D-0V for emacs-devel@gnu.org; Mon, 16 Dec 2013 18:50:49 -0500 Original-Received: from mail-we0-x22d.google.com ([2a00:1450:400c:c03::22d]:40350) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vshvv-000489-Pm; Mon, 16 Dec 2013 18:50:43 -0500 Original-Received: by mail-we0-f173.google.com with SMTP id u57so5304794wes.18 for ; Mon, 16 Dec 2013 15:50:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type:content-transfer-encoding; bh=6QoQLc7nKouCm3OBmWaA2StE1kzcWarKm5jG3+KK/k0=; b=ngn2yUMgTHE6Ng+fXOhLHx+is+AyFMeRSW9cdF2A5EpbIU8echuvna0iwtOhwR/FXN zL1qinK29QiRLK0HYL7HrcrCkXvmHx75+sDjcHQsDJPoUYQIYm2D3ZkCrpEbYc7byIjL nhzzVL5YOJEotLetsJC7ZYVatPydo8k5Sjs6puxGcEsjY3rt88zMqdxihsMrubEKr+YL /AQayZQ4QS999fZe56bq2Ta7UWgh+fbuMJV4b4y1bPsl69r807oBajHAmb2v71YzZ7P6 clp8jPOgEBvl7tt8poqM2tFqFJmzM+cSRJhp2+Pu9+TyYwAI+OOLtPdVC4VC04IODP5/ s8sg== X-Received: by 10.194.119.132 with SMTP id ku4mr16111569wjb.51.1387237842499; Mon, 16 Dec 2013 15:50:42 -0800 (PST) Original-Received: from kitaj.yourcompany.com (66.207.108.93.rev.vodafone.pt. [93.108.207.66]) by mx.google.com with ESMTPSA id fu1sm10002740wib.9.2013.12.16.15.50.41 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 16 Dec 2013 15:50:41 -0800 (PST) In-Reply-To: (Glenn Morris's message of "Mon, 16 Dec 2013 18:05:43 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c03::22d X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:166525 Archived-At: Glenn Morris writes: > The ChangeLog leads me to: > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D5569 Oh thanks! (suffice to say I didn't try especially hard, merely googled some combinations). So it seems the problem is the GNUstep compatibility. Let's say I "rework it" with some preprocessor conditionals to apply only to OSX's cocoa? Do you think it could be accepted then? Or would I have to rewrite it to work equally well on GNUstep? (that might take longer, but I can try installing GNUstep on my debian system). Jo=C3=A3o