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: startup-screen-inhibit-startup-screen button Date: Mon, 23 May 2011 23:23:43 +0200 Message-ID: References: <7B7BC604D71744F5A0AEC904A71D533A@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1306185857 22761 80.91.229.12 (23 May 2011 21:24:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 23 May 2011 21:24:17 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 23 23:24:12 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 1QOcbh-0002QC-QS for ged-emacs-devel@m.gmane.org; Mon, 23 May 2011 23:24:09 +0200 Original-Received: from localhost ([::1]:46414 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOcbh-0001ze-8J for ged-emacs-devel@m.gmane.org; Mon, 23 May 2011 17:24:09 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:57145) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOcbe-0001zN-8D for emacs-devel@gnu.org; Mon, 23 May 2011 17:24:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QOcbc-0000GB-P9 for emacs-devel@gnu.org; Mon, 23 May 2011 17:24:06 -0400 Original-Received: from mail-ey0-f169.google.com ([209.85.215.169]:40688) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOcbc-0000G4-Kd for emacs-devel@gnu.org; Mon, 23 May 2011 17:24:04 -0400 Original-Received: by eyd9 with SMTP id 9so2277574eyd.0 for ; Mon, 23 May 2011 14:24:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=POHnL8+Xg0Tpy/1klG2OKEU+i6PtNF02PQOjqLrKD7Y=; b=lZv2fhtqpv5iBijpX9pJpvxb5y0Pblo2lgqbnLSLRg4BZ83U0Bp68Ab0r2K9wyO0dC BJl1P6hVyDiXnr7Zc5zR5LqlxLUd3lezpY02UjcY+n+5kINhMZ19gpdSVZO0EeoSrvrz 5lSWX52eKjTzegmR6UPS0ektaYkcY5cbv6wVU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=eu1s31wrl0kfiDgwPVkFTwjvVDRsYCmWjv9NZVJuN68NlN5hbOEA8t3yrFt4Iha2wy OesevelRxaFOMe3X5dmwih3bujuG+9t+ppvIaR3Y9780OQjGMidVsjOW2YziAK5GYHHd z9RuiLDgHctHkr7ksBoNA/kFj7jJVgAoZUgnI= Original-Received: by 10.213.106.200 with SMTP id y8mr1278660ebo.67.1306185843154; Mon, 23 May 2011 14:24:03 -0700 (PDT) Original-Received: by 10.213.7.6 with HTTP; Mon, 23 May 2011 14:23:43 -0700 (PDT) In-Reply-To: <7B7BC604D71744F5A0AEC904A71D533A@us.oracle.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.215.169 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:139665 Archived-At: On Mon, May 23, 2011 at 10:52 PM, Drew Adams wrote: >> The link between the box button and the "Dismiss" link is >> reminiscent of >> common UI dialogs with "don't show this again" box and an >> "exit/ok/confirm" button, but I don't think it's close enough to work >> well: our startup screen is not a dialog box, and the >> "Dismiss" link is >> not very much like an "ok/exit/confirm" button. > > Provide two different links: (1) dismiss, (2) dismiss & never show again.= =C2=A0Or > some such. =C2=A0Only one click needed in either case (vs two now, to che= ck box and > dismiss). And use button face for both "links".