From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Antipov Newsgroups: gmane.emacs.devel Subject: Re: Tools bar an menu bar in rev. 115441? Date: Tue, 10 Dec 2013 06:43:17 +0400 Message-ID: <52A67FC5.1090705@yandex.ru> References: <52A633AB.40604@alice.it> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1386643414 17813 80.91.229.3 (10 Dec 2013 02:43:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Dec 2013 02:43:34 +0000 (UTC) Cc: emacs To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 10 03:43:40 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VqDIR-00026p-4k for ged-emacs-devel@m.gmane.org; Tue, 10 Dec 2013 03:43:39 +0100 Original-Received: from localhost ([::1]:46924 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqDIQ-0000nc-Mo for ged-emacs-devel@m.gmane.org; Mon, 09 Dec 2013 21:43:38 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48588) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqDIG-0000cD-EK for emacs-devel@gnu.org; Mon, 09 Dec 2013 21:43:35 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqDI9-0003xk-8N for emacs-devel@gnu.org; Mon, 09 Dec 2013 21:43:28 -0500 Original-Received: from forward10l.mail.yandex.net ([2a02:6b8:0:1819::a]:45166) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqDI8-0003xK-RK for emacs-devel@gnu.org; Mon, 09 Dec 2013 21:43:21 -0500 Original-Received: from smtp1o.mail.yandex.net (smtp1o.mail.yandex.net [37.140.190.26]) by forward10l.mail.yandex.net (Yandex) with ESMTP id C2255BA0D18; Tue, 10 Dec 2013 06:43:18 +0400 (MSK) Original-Received: from smtp1o.mail.yandex.net (localhost [127.0.0.1]) by smtp1o.mail.yandex.net (Yandex) with ESMTP id 6EE81DE0696; Tue, 10 Dec 2013 06:43:18 +0400 (MSK) Original-Received: from unknown (unknown [37.139.80.10]) by smtp1o.mail.yandex.net (nwsmtp/Yandex) with ESMTP id yA9y1pJb4U-hILqPL3R; Tue, 10 Dec 2013 06:43:18 +0400 (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1386643398; bh=Ot4HcNgm2Si/AXm/N+jHyEh+ho6g/Viqtal/YJ2jX7Q=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=Mit90mSlOaFQQfPex5GGfHaTy1lzDPYNuDkfNnJhB8wAIQSua9EEgfCG0RdEJe6w1 7pdw9rlMpL1gPPQgzzktkqE//O8wzb4x/+ntycV7DM34pbElin9dusCu6sejTHzFOE fTPsjmNGaATro+cjqWUXuOPhScHrl1jO+AxyXYnM= Authentication-Results: smtp1o.mail.yandex.net; dkim=pass header.i=@yandex.ru User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 In-Reply-To: <52A633AB.40604@alice.it> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a02:6b8:0:1819::a 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:166245 Archived-At: On 12/10/2013 01:18 AM, Angelo Graziosi wrote: > The trunk rev. 115441 seems to have lost the menu and tools bar... > is to be expected? How to restore the previous behavior? Such a bug reports are very likely to be unattended. Usually it's much better to provide a recipe to reproduce the problem, starting from 'emacs -Q' (note that menu bar and tool bar can be easily disabled with just two lines in your .emacs). Dmitry