From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.50; Some modes are not enabled in subsequent frames Date: Sun, 02 Sep 2007 08:16:07 -0700 Message-ID: <200709021516.l82FG7Kn015560@oogie-boogie.ics.uci.edu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1188746357 17267 80.91.229.12 (2 Sep 2007 15:19:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 2 Sep 2007 15:19:17 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: Leo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 02 17:19:16 2007 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.50) id 1IRrEJ-00083I-JB for ged-emacs-devel@m.gmane.org; Sun, 02 Sep 2007 17:19:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IRrEH-0004LH-Ld for ged-emacs-devel@m.gmane.org; Sun, 02 Sep 2007 11:19:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IRrED-0004J9-L8 for emacs-devel@gnu.org; Sun, 02 Sep 2007 11:19:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IRrEC-0004H4-Lh for emacs-devel@gnu.org; Sun, 02 Sep 2007 11:19:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IRrEC-0004Gf-FC for emacs-devel@gnu.org; Sun, 02 Sep 2007 11:19:08 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IRrEC-0001SG-Ci for emacs-devel@gnu.org; Sun, 02 Sep 2007 11:19:08 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IRrDz-00053r-Eg for emacs-pretest-bug@gnu.org; Sun, 02 Sep 2007 11:18:55 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1IRrE8-0001RP-2x for emacs-pretest-bug@gnu.org; Sun, 02 Sep 2007 11:19:07 -0400 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IRrE7-0001RH-M1 for emacs-pretest-bug@gnu.org; Sun, 02 Sep 2007 11:19:03 -0400 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id l82FG7Kn015560; Sun, 2 Sep 2007 08:16:07 -0700 (PDT) In-Reply-To: (Leo's message of "Sun\, 02 Sep 2007 10\:25\:20 +0100") Original-Lines: 33 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-Detected-Kernel: Solaris 9 X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:77594 gmane.emacs.pretest.bugs:19701 Archived-At: Leo writes: > Please write in English if possible, because the Emacs maintainers > usually do not have translators to read other languages for them. > > Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. > > Please describe exactly what actions triggered the bug > and the precise symptoms of the bug: > > I have the following settings: > (xterm-mouse-mode t) This has been discussed at length on emacs-devel some time ago, AFAIR there was no agreement on how to fix it. The fix should not be hard once a decision is made what to do. You may want to look for that discussion an reopen it. > (mouse-wheel-mode t) Don't know about this one. > (menu-bar-mode -1) This has changed after the multi-tty merge, I think you need instead to set window-system-default-frame-alist. But I am not completely sure about that. > When I start the initial frame in xterm, those modes will take effect > and work as expected. > > Now open another frame using emacsclient to connect to the server. You > can find that those settings are not effective any more.