From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Alfred M. Szmidt" Newsgroups: gmane.emacs.devel Subject: Re: Adding refactoring capabilities to Emacs Date: Tue, 26 Sep 2023 12:10:45 -0400 Message-ID: References: <83fs4f36wi.fsf@gnu.org> <8408fa63-af93-ab36-8524-fa12de7918ea@gutov.dev> <87pm25qck5.fsf@posteo.net> <0b0c60ec-46e7-19b2-4ade-7bc32cf457bf@gutov.dev> <92ee8b00-bde5-b425-f374-3817a9cb46ee@gutov.dev> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25774"; mail-complaints-to="usenet@ciao.gmane.io" Cc: joaotavora@gmail.com, philipk@posteo.net, monnier@iro.umontreal.ca, eliz@gnu.org, emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Sep 26 18:11:47 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qlAf5-0006UT-9d for ged-emacs-devel@m.gmane-mx.org; Tue, 26 Sep 2023 18:11:47 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qlAeA-00064U-Tq; Tue, 26 Sep 2023 12:10:50 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qlAe6-000648-Cw for emacs-devel@gnu.org; Tue, 26 Sep 2023 12:10:46 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qlAe5-0002WQ-QQ; Tue, 26 Sep 2023 12:10:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Date:References:Subject:In-Reply-To:To:From: mime-version; bh=HxRy1+56ER+D+L9IBKaBbfFWfzw4cXYxPkFV/urfK0I=; b=aeojtwBpqXLg JW+zRRXysr1Te1iXMmcNbEuyhhEo7k1nLk5ggYhkU31bmGgIqxisfbJLUsEq6pnua/A8RDEcDV2WT 1CHpT4aB/XP1Lj9zUQ9I5/KwVpP68ZjM/AQQ1mFJz6fMDYXO2/lv4YnoTOtSDGhtWdZK7DThnHXvP hc+aLhbXgdIL4bN844lk3wt/VisRLCZkYNuobHLpTkpJkhuhXn3i81joUNgCfxtzsXn4biboruVw7 M0qKweGcxf0bch/P7A1EfrLJAuMTEGZgzmoeuoTgQD88wGnjP2JZQgJjAM+OXq12FjUabWqt5PDHU 7f79BDdQw2EHeJVsZMDD3A==; Original-Received: from ams by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1qlAe5-0000mt-Ip; Tue, 26 Sep 2023 12:10:45 -0400 In-Reply-To: <92ee8b00-bde5-b425-f374-3817a9cb46ee@gutov.dev> (message from Dmitry Gutov on Tue, 26 Sep 2023 19:01:03 +0300) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:311091 Archived-At: On 26/09/2023 18:47, Alfred M. Szmidt wrote: > On 26/09/2023 18:35, Alfred M. Szmidt wrote: > > On . > > > > >> C-x C-f etc/images/attach.xpm RET > > >> q > > > Yup, inserts the letter 'q' here. > > > > Ditto, inserts a q -- this is master, ./src/emacs -Q. > > > > I am guessing someone might be using a X11 or other GUI Emacs... > > Seems like it. > > So much for consistency ... 😄 If we could do something for consistency for terminal users (e.g. render xpms with pseudographics or somesuch), we should. Please, no. It does not make sense, specially for the case of XPM files, they are fully editable using normal text and making the display the content would make it worse since you loose out of that ability.