From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "T.V. Raman" Newsgroups: gmane.emacs.devel Subject: Info: Console Vs GUI difference? Date: Wed, 30 Oct 2013 14:45:03 -0700 Message-ID: References: <52710DA9.2060704@poczta.onet.pl> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1383169514 1730 80.91.229.3 (30 Oct 2013 21:45:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Oct 2013 21:45:14 +0000 (UTC) To: Jarek Czekalski , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 30 22:45:19 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 1VbdZm-0007bC-S6 for ged-emacs-devel@m.gmane.org; Wed, 30 Oct 2013 22:45:18 +0100 Original-Received: from localhost ([::1]:54545 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbdZm-0005hh-EN for ged-emacs-devel@m.gmane.org; Wed, 30 Oct 2013 17:45:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35898) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbdZe-0005gd-9E for emacs-devel@gnu.org; Wed, 30 Oct 2013 17:45:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VbdZY-0005wl-3S for emacs-devel@gnu.org; Wed, 30 Oct 2013 17:45:10 -0400 Original-Received: from mail-qe0-x22c.google.com ([2607:f8b0:400d:c02::22c]:53299) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbdZX-0005uO-Vt for emacs-devel@gnu.org; Wed, 30 Oct 2013 17:45:04 -0400 Original-Received: by mail-qe0-f44.google.com with SMTP id 6so1258111qeb.17 for ; Wed, 30 Oct 2013 14:45:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=fybXG6GQl0e9f3XKtIE5ilcT6VKChbfA5kz4Lda1qUg=; b=jerWxr6rhmCOXVaFvcx9tY8lRG32BfAFL7EQeEFIpPAiw5pg3qLh6hG/Ym45Clry00 qkW8uONQoiOlU5RLcYRmK7hPpgW1m6Dl7AVxaMsBfP6nQa7g8DdKCmTPb6tq45jzWcvA 0tuKXpCQSctdgLs2M/htPHv5GBKrOKAHraFRImf+Kj9NNE4nnsk8OkQg1wyt83HFQM2c MaeEgSfUgUL+Jtr0DWbMtGtg5n3+C4flyyC0Nkp8zd1C/PnTSe2gIyhSejMqeAlKzKK1 Ck6wr0+uFZFYC5Uccw6YCKLxUPaSNkbzTQt2qmDnc06yrUtDuBA154Dhm3QTk6YBLfKB aUbA== X-Received: by 10.224.54.129 with SMTP id q1mr767661qag.19.1383169503435; Wed, 30 Oct 2013 14:45:03 -0700 (PDT) Original-Received: by 10.229.171.135 with HTTP; Wed, 30 Oct 2013 14:45:03 -0700 (PDT) In-Reply-To: <52710DA9.2060704@poczta.onet.pl> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c02::22c 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:164716 Archived-At: This is related but different/ more subtle. I suspect something like tooltip mode or something else that is only active in the GUI is raising a signal after *every* user command --- once an error has been raised in info. -- -- On 10/30/13, Jarek Czekalski wrote: > > W dniu 2013-10-30 10:27, T.V. Raman pisze: >> something in Emacs appears to be calling signal under the >> covers -- and the signal is trapped and suppressed >> **after**after every user action. > > But why do you call it a problem or an error? Since the signals are > caught, everything is alright. That's what I think and said so in bug > report 15670 [1]. And that's the reason why the bug was closed as "not a > bug". > > And this "something" is also described in the bug report, in backtrace. > It is redisplay. Redisplays do not occur on terminals. > > [1] http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15670 > > Jarek > > >