From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jo=E3o_T=E1vora?= Newsgroups: gmane.emacs.devel Subject: Re: Visual bell patch for emacs on OSX Date: Tue, 24 Dec 2013 09:56:50 +0000 Message-ID: References: <874n688ih2.fsf@gmail.com> <8761qjm5b4.fsf@gmail.com> <59260F69-D0E9-4DCE-BC80-B5FC3A309857@swipnet.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1387879031 1133 80.91.229.3 (24 Dec 2013 09:57:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 24 Dec 2013 09:57:11 +0000 (UTC) Cc: Stefan Monnier , emacs-devel To: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 24 10:57:19 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 1VvOjm-0003Pk-96 for ged-emacs-devel@m.gmane.org; Tue, 24 Dec 2013 10:57:18 +0100 Original-Received: from localhost ([::1]:37223 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VvOjm-0001do-05 for ged-emacs-devel@m.gmane.org; Tue, 24 Dec 2013 04:57:18 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45347) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VvOjh-0001dB-89 for emacs-devel@gnu.org; Tue, 24 Dec 2013 04:57:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VvOjf-00021X-Cu for emacs-devel@gnu.org; Tue, 24 Dec 2013 04:57:13 -0500 Original-Received: from mail-qe0-x230.google.com ([2607:f8b0:400d:c02::230]:63519) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VvOjf-00021P-7h for emacs-devel@gnu.org; Tue, 24 Dec 2013 04:57:11 -0500 Original-Received: by mail-qe0-f48.google.com with SMTP id gc15so6250449qeb.35 for ; Tue, 24 Dec 2013 01:57:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=Xyc6Py868LNzU1V3oW8VnKFGMiVJdDykPIe1dP0u6vE=; b=dep+enLByYL8n0xz6bz/m1+cLiPQiAUYn7kc8GqNucAg9dzUtK2qhBuEQwhy53rR2o mbqSd0Sund5+A1baEMxuAKW5srj2Uaa7EnzvZHBBYVmkAGIchC/8F0l2OHidloIy681N KMRO12C3bKAXARTSmQhddAtWMVWPOpMT/zfMG8wtQ+5SXu5WNP+/q8x/zOQKrshRitc7 qcE0Fd+UMZDx7xpcYhCNHlG0BW9ce2ILFxt0Q0vhr6kjUbXJRlz/q2g1wv2URT2N4CmU XrgoAE14XK2l4DaTnhhWM09GDX51nt7Dk3F7ENjgiihjPPIZDHA9kPCTyxGYmO0Swzdg O10Q== X-Received: by 10.49.109.200 with SMTP id hu8mr51933673qeb.72.1387879030627; Tue, 24 Dec 2013 01:57:10 -0800 (PST) Original-Received: by 10.229.32.195 with HTTP; Tue, 24 Dec 2013 01:56:50 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c02::230 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:166818 Archived-At: On Mon, Dec 23, 2013 at 12:09 PM, Jan Dj=E4rv wrote: > I checked in a fix in trunk, please try again. > Thanks. So I did that and GNUstep emacs compiled OK. Starting it brings up some kind of top-level menu, a ying-yang- something square, and emacs itself. I see all my config getting loaded, the only difference to the GTK case being that it's a little slower and some fonts look different. However the big difference is that I can't place the mouse on the application or give emacs any input. This is apparently some kind of window-manager issue. Can a gnustep-enabled app be used on top of normal window managers like fluxbox and stumpwm? If not, what window manager, if any, should I be using? Though admittedly I didn't dig a lot, I don't seem to find an answer to this in http://www.gnustep.org/information/aboutGNUstep.html I understand that gnustep is not a window manager and runs on top of X11, but then how to manage windows, specifically, how to make input reach them? Thanks, Jo=E3o T=E1vora