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: The text-mode menu looks very broken in emacs-24 Date: Wed, 18 Jun 2014 13:57:45 +0400 Message-ID: <53A16299.2020307@yandex.ru> References: <87a99amtqk.fsf@fx.delysid.org> 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 1403085497 31206 80.91.229.3 (18 Jun 2014 09:58:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Jun 2014 09:58:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: Mario Lang Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 18 11:58:11 2014 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 1WxCd8-0002wY-Mz for ged-emacs-devel@m.gmane.org; Wed, 18 Jun 2014 11:58:10 +0200 Original-Received: from localhost ([::1]:56122 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxCd8-00034s-EK for ged-emacs-devel@m.gmane.org; Wed, 18 Jun 2014 05:58:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37119) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxCd0-00034Z-9P for emacs-devel@gnu.org; Wed, 18 Jun 2014 05:58:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxCcq-0002Y1-DS for emacs-devel@gnu.org; Wed, 18 Jun 2014 05:58:02 -0400 Original-Received: from forward4l.mail.yandex.net ([84.201.143.137]:56737) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxCcq-0002Uh-5u for emacs-devel@gnu.org; Wed, 18 Jun 2014 05:57:52 -0400 Original-Received: from smtp11.mail.yandex.net (smtp11.mail.yandex.net [95.108.130.67]) by forward4l.mail.yandex.net (Yandex) with ESMTP id 56E421441F4E; Wed, 18 Jun 2014 13:57:46 +0400 (MSK) Original-Received: from smtp11.mail.yandex.net (localhost [127.0.0.1]) by smtp11.mail.yandex.net (Yandex) with ESMTP id EF2C57E0164; Wed, 18 Jun 2014 13:57:45 +0400 (MSK) Original-Received: from unknown (unknown [37.139.80.10]) by smtp11.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id MfDY0vXBEy-vjsOpdTU; Wed, 18 Jun 2014 13:57:45 +0400 (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: a3c7ea2d-6de8-4d8f-814b-92320185e9f0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1403085465; bh=UVxPbYFs2kZfWwGvGcZ2WeMYLsQ1fv1Rj96npidRs78=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=SCUSO+X83zJ62DXjZNGbsjZUcUcy4qUctJIdMPn9UaDF0EZdCAFe2YBD1OHBEeK+D EPScjcVxy9BwpY+WSj6iiq8Pf0xmujrDh5eXrznhjbtt7d97AsYH7oMVT//3aBiur0 SbB/SImhTj7LtYCoiCuyM7B63ID9y1cHJaaJ+BjI= Authentication-Results: smtp11.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.6.0 In-Reply-To: <87a99amtqk.fsf@fx.delysid.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] [fuzzy] X-Received-From: 84.201.143.137 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:172499 Archived-At: On 06/18/2014 01:50 PM, Mario Lang wrote: > Just tried the text-mode menu in emacs-24 branch, and it is rather > broken. It is kind of hard for me to describe the bug in detail, but > scrolling through the menu items of the "Edit" menu gives me randomly > wrong aligned menu items. "Undo" is not aligned with the rest of the > menu, but aligned to the left of the screen. Quitting the menu gives me > left-over characters from these wrong-aligned menu items. > > Can someone experienced with the new text mode menu take a look at this > please? I am seeing it on Linux in tty mode, with a "--without-x" > complied emacs. Check screenshots from http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17497, most probably you hit the same known issue. Dmitry