From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Change the look of dialogs created with `x-popup-dialog' Date: Sun, 11 Dec 2011 16:29:41 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1323617414 12840 80.91.229.12 (11 Dec 2011 15:30:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 11 Dec 2011 15:30:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andrey Smirnov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 11 16:30:10 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RZlLs-000555-UI for ged-emacs-devel@m.gmane.org; Sun, 11 Dec 2011 16:30:09 +0100 Original-Received: from localhost ([::1]:34337 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZlLs-0008Gp-4t for ged-emacs-devel@m.gmane.org; Sun, 11 Dec 2011 10:30:08 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:34805) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZlLp-0008Fj-IP for emacs-devel@gnu.org; Sun, 11 Dec 2011 10:30:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RZlLo-0007Z8-LA for emacs-devel@gnu.org; Sun, 11 Dec 2011 10:30:05 -0500 Original-Received: from mail-lpp01m010-f41.google.com ([209.85.215.41]:44036) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZlLo-0007YR-BX for emacs-devel@gnu.org; Sun, 11 Dec 2011 10:30:04 -0500 Original-Received: by lahi5 with SMTP id i5so1994760lah.0 for ; Sun, 11 Dec 2011 07:30:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=nGhIlkSJa4OoNYsUogvuU5T1KIX2hm3legPtkL49vi8=; b=ng2an/Aw4E2HzfDITVpa9zVSqz0Ci12yTp/kTFThR/2djNPGjUKVeR8wpEY3d4UFNS vzPXu0OfwVckE6qPEMqfuj8EsmhZrhXjKUP1PsvlxWz2POR6Z5KIzUFsuaF/DMaYjRSJ I8D+vsElKMf3A+U8CIUuxF4fWk4CSSSQrPcBY= Original-Received: by 10.152.135.195 with SMTP id pu3mr9757936lab.17.1323617403136; Sun, 11 Dec 2011 07:30:03 -0800 (PST) Original-Received: by 10.152.27.104 with HTTP; Sun, 11 Dec 2011 07:29:41 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.215.41 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:146648 Archived-At: On Sun, Dec 11, 2011 at 16:01, Andrey Smirnov wrote: > Hello everybody, > > I often close emacs with mouse by pressing 'close' buttons of its > window and therefore I often encounter questions presented in form of > dialogs produced by `x-popup-dialog' function. I know it is the matter > of one's taste, but I think that appearance of aforementioned dialogs > could be improved by making them look more similar to those created by > other Gtk and GNOME applications(I used GEdit as a template). The > patch in attachment is my attempt to implements such changes. To > summarize it does the following: I have previously sent similar patches for w32.