From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Add function to make frame topmost? Date: Fri, 30 Apr 2010 09:06:50 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1272632855 24339 80.91.229.12 (30 Apr 2010 13:07:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 30 Apr 2010 13:07:35 +0000 (UTC) Cc: Emacs-Devel devel To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 30 15:07:33 2010 connect(): No such file or directory 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 1O7pwE-0007yH-Km for ged-emacs-devel@m.gmane.org; Fri, 30 Apr 2010 15:07:26 +0200 Original-Received: from localhost ([127.0.0.1]:51443 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7pwE-0005N1-61 for ged-emacs-devel@m.gmane.org; Fri, 30 Apr 2010 09:07:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O7pvh-0005Ao-Rl for emacs-devel@gnu.org; Fri, 30 Apr 2010 09:06:53 -0400 Original-Received: from [140.186.70.92] (port=44850 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7pvg-0005AH-NG for emacs-devel@gnu.org; Fri, 30 Apr 2010 09:06:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O7pvf-00086m-3W for emacs-devel@gnu.org; Fri, 30 Apr 2010 09:06:52 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:57607 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O7pve-00086f-VL for emacs-devel@gnu.org; Fri, 30 Apr 2010 09:06:51 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAA9z2kvO+KoL/2dsb2JhbACdHnK+F4USBIwk X-IronPort-AV: E=Sophos;i="4.52,302,1270440000"; d="scan'208";a="62924081" Original-Received: from 206-248-170-11.dsl.teksavvy.com (HELO pastel.home) ([206.248.170.11]) by ironport2-out.pppoe.ca with ESMTP; 30 Apr 2010 09:06:50 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 32A0780BB; Fri, 30 Apr 2010 09:06:50 -0400 (EDT) In-Reply-To: (Lennart Borgman's message of "Fri, 30 Apr 2010 03:48:05 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:124355 Archived-At: > Could something like this please be added to w32fns.c? First, if it's w32-specific, its name should not start with "x-" but with "w32-". If it's not, then its name should start with neither and the DEFUN should be in a system-independent file. Finally, I don't know what means "topmost", so the docstring needs to be improved. Stefan PS: Yes, I know we don't currently follow those rules everywhere, that's something we need to fix.