From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Adrian Robert Newsgroups: gmane.emacs.devel Subject: Re: ns-win.el Date: Tue, 26 Oct 2010 22:57:55 +0300 Message-ID: <2DC842EA-8F5F-401A-948B-5618794ACD15@gmail.com> References: <19651.37838.815906.240014@fencepost.gnu.org> <7seibdzmke.fsf@fencepost.gnu.org> <6B12217D-6FF2-42FE-A53C-AAA32C7AC510@gmail.com> <6geibdtpty.fsf@fencepost.gnu.org> <8ypquw92p0.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1288123954 11061 80.91.229.12 (26 Oct 2010 20:12:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 26 Oct 2010 20:12:34 +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 Oct 26 22:12:32 2010 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.69) (envelope-from ) id 1PApsl-0003ST-Oc for ged-emacs-devel@m.gmane.org; Tue, 26 Oct 2010 22:12:32 +0200 Original-Received: from localhost ([127.0.0.1]:40516 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PApsk-0001kK-8x for ged-emacs-devel@m.gmane.org; Tue, 26 Oct 2010 16:12:30 -0400 Original-Received: from [140.186.70.92] (port=56276 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PApen-0000DD-Lj for emacs-devel@gnu.org; Tue, 26 Oct 2010 15:58:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PApej-0006My-FJ for emacs-devel@gnu.org; Tue, 26 Oct 2010 15:58:02 -0400 Original-Received: from mail-ew0-f41.google.com ([209.85.215.41]:63994) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PApei-0006KC-Ap; Tue, 26 Oct 2010 15:58:00 -0400 Original-Received: by ewy25 with SMTP id 25so2846229ewy.0 for ; Tue, 26 Oct 2010 12:57:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=c1BMFvY55x/0ZLNRHXMmU1ILoGGMBK74RMQRVOuXO+Y=; b=UAe+351qLMgtWF96PhX5f2aU8JgFpBBIBIusrEXjNuNdfvhB6MCdvwqjv5cHfXzsEz 8wx4nLKM+vsJVV41Ha77jIPQSPikd0j0coZUn+6MHFukv8BmV2YqtJHBWHqTHI1QVOLb KmiAfcMgYUp3va4/InIsCvFsUE2jLZUuKtsMM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=w/0/09pfDCyK2KSc6outezADU94FRq0E7/f1dBZPfATe6FJFkDSzazIUptE5tWr+Z2 fHNHD20vVV9GQac8rf56mZ6yfuACo4oxsELz+qqW2FE54eJoUkSGQImmkwlpBQSIh1F9 UFLcy+b41/IU9BHBQupeqnz2vgFb3Q3N71E/4= Original-Received: by 10.213.98.78 with SMTP id p14mr2167152ebn.54.1288123079361; Tue, 26 Oct 2010 12:57:59 -0700 (PDT) Original-Received: from [10.0.1.2] (dsl-hkibrasgw2-fe25de00-221.dhcp.inet.fi [80.222.37.221]) by mx.google.com with ESMTPS id q58sm9020460eeh.9.2010.10.26.12.57.57 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 26 Oct 2010 12:57:57 -0700 (PDT) In-Reply-To: <8ypquw92p0.fsf@fencepost.gnu.org> X-Mailer: Apple Mail (2.1081) X-detected-operating-system: by eggs.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:132137 Archived-At: On 2010/10/26, at 22:25, Glenn Morris wrote: > > Another question: > > ns-win.el adds `windows' to menu-bar-final-items, but doesn't seem to > define a "Windows" menu. So can this be removed? Yes.