From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 30 22:32:44 2012 Received: (at submit) by debbugs.gnu.org; 31 Jan 2012 03:32:44 +0000 Received: from localhost ([127.0.0.1]:46028 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Rs4SZ-0007GC-OA for submit@debbugs.gnu.org; Mon, 30 Jan 2012 22:32:44 -0500 Received: from fencepost.gnu.org ([140.186.70.10]:38442 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Rs4SX-0007G4-G8 for submit@debbugs.gnu.org; Mon, 30 Jan 2012 22:32:42 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Rs4SK-0007n9-0r; Mon, 30 Jan 2012 22:32:28 -0500 From: Glenn Morris To: submit@debbugs.gnu.org Subject: toolkit scroll-bars and with-ns X-Spook: STARLAN BLU-114/B 9705 Samford Road red noise UOP Jiang X-Ran: p.J%4}m*$u3V?GQqJO9T>3x*Y{kg>0n2#.4f5]6,g\[^Tiq[[/KBmmgs##uXQm>74i;@,. X-Hue: green X-Debbugs-No-Ack: yes X-Attribution: GM Date: Mon, 30 Jan 2012 22:32:27 -0500 Message-ID: <7yfwew8s38.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.2 (----) Package: emacs,ns Version: 24.0.93 Severity: minor It's possible to build an Emacs with: ./configure --with-ns --without-toolkit-scroll-bars Does this actually have any meaning to the NS port? It changes the value of x-toolkit-scroll-bars, but AFAICS the resulting scroll-bars are identical in both cases. If so, the configure option --without-toolkit-scroll-bars should be made an error if --with-ns was specified, nsterm.m should unconditionally set Vx_toolkit_scroll_bars to Qt, and the doc of x-toolkit-scroll-bars should be updated in nsterm.m, w32term.c, and xterm.c. From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 31 16:25:06 2012 Received: (at 10673) by debbugs.gnu.org; 31 Jan 2012 21:25:07 +0000 Received: from localhost ([127.0.0.1]:47692 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RsLCM-0006OZ-Db for submit@debbugs.gnu.org; Tue, 31 Jan 2012 16:25:06 -0500 Received: from mailout.melmac.se ([62.20.26.67]:63952) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RsLCK-0006O6-Oi for 10673@debbugs.gnu.org; Tue, 31 Jan 2012 16:25:05 -0500 Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id DBF909E7A for <10673@debbugs.gnu.org>; Tue, 31 Jan 2012 22:24:41 +0100 (CET) Received: (qmail 13428 invoked by uid 89); 31 Jan 2012 21:23:01 -0000 Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 31 Jan 2012 21:23:01 -0000 Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 84A007FA058; Tue, 31 Jan 2012 22:24:41 +0100 (CET) Subject: Re: bug#10673: toolkit scroll-bars and with-ns Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=us-ascii From: =?iso-8859-1?Q?Jan_Dj=E4rv?= In-Reply-To: <7yfwew8s38.fsf@fencepost.gnu.org> Date: Tue, 31 Jan 2012 22:24:41 +0100 Content-Transfer-Encoding: 7bit Message-Id: <1909890A-67D2-44E2-B0BE-7FE5E7E32379@swipnet.se> References: <7yfwew8s38.fsf@fencepost.gnu.org> To: Glenn Morris X-Mailer: Apple Mail (2.1251.1) X-Spam-Score: -1.2 (-) X-Debbugs-Envelope-To: 10673 Cc: 10673@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.2 (-) Hello. 31 jan 2012 kl. 04:32 skrev Glenn Morris: > Package: emacs,ns > Version: 24.0.93 > Severity: minor > > It's possible to build an Emacs with: > > ./configure --with-ns --without-toolkit-scroll-bars > > Does this actually have any meaning to the NS port? It changes the value > of x-toolkit-scroll-bars, but AFAICS the resulting scroll-bars are > identical in both cases. If so, the configure option > --without-toolkit-scroll-bars should be made an error if --with-ns was > specified, nsterm.m should unconditionally set Vx_toolkit_scroll_bars to > Qt, and the doc of x-toolkit-scroll-bars should be updated in nsterm.m, > w32term.c, and xterm.c. No,. it does not have any meaning, nobody has implemented native scroll bars for ns or w32. An error would be appropriate. Jan D. From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 01 21:14:05 2012 Received: (at control) by debbugs.gnu.org; 2 Feb 2012 02:14:05 +0000 Received: from localhost ([127.0.0.1]:49747 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RsmBY-0001tw-JB for submit@debbugs.gnu.org; Wed, 01 Feb 2012 21:14:05 -0500 Received: from fencepost.gnu.org ([140.186.70.10]:38170 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RsmBW-0001tp-Jm for control@debbugs.gnu.org; Wed, 01 Feb 2012 21:14:03 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RsmB7-0001tV-Hv for control@debbugs.gnu.org; Wed, 01 Feb 2012 21:13:37 -0500 Date: Wed, 01 Feb 2012 21:13:37 -0500 Message-Id: Subject: control message for bug 10673 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.2 (----) close 10673 24.0.94 From unknown Wed Aug 20 06:04:36 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 01 Mar 2012 12:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator