From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: "Tassilo Horn" Newsgroups: gmane.emacs.devel Subject: Re: Auto-resizing of images in image-mode Date: Wed, 22 Apr 2020 07:34:31 +0200 Message-ID: <019e6f92-9a09-429b-932c-1969d9e5023c@beta.fastmail.com> References: <83r1wqgcl1.fsf@gnu.org> <87eesnayhf.fsf@mail.linkov.net> <83sgh2d2zo.fsf@gnu.org> <874ktg5pgt.fsf@mail.linkov.net> <87h7xg55dy.fsf@gmail.com> <87blnnxe2x.fsf@mail.linkov.net> <871rogcyvl.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="85946"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Cyrus-JMAP/3.3.0-dev0-351-g9981f4f-fmstable-20200421v1 To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Apr 22 07:35:51 2020 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 1jR835-000MHE-NI for ged-emacs-devel@m.gmane-mx.org; Wed, 22 Apr 2020 07:35:51 +0200 Original-Received: from localhost ([::1]:42382 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jR834-00011J-O9 for ged-emacs-devel@m.gmane-mx.org; Wed, 22 Apr 2020 01:35:50 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55560) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jR82A-00008x-C4 for emacs-devel@gnu.org; Wed, 22 Apr 2020 01:34:54 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:53440) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jR829-00029H-4b for emacs-devel@gnu.org; Wed, 22 Apr 2020 01:34:53 -0400 Original-Received: from auth1-smtp.messagingengine.com ([66.111.4.227]:46171) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1jR828-0002LB-Qw for emacs-devel@gnu.org; Wed, 22 Apr 2020 01:34:52 -0400 Original-Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailauth.nyi.internal (Postfix) with ESMTP id 60FCB27C0054 for ; Wed, 22 Apr 2020 01:34:52 -0400 (EDT) Original-Received: from imap35 ([10.202.2.85]) by compute7.internal (MEProxy); Wed, 22 Apr 2020 01:34:52 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrgeeigdelhecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhepofgfggfkjghffffhvffutgesthdtre dtreertdenucfhrhhomhepfdfvrghsshhilhhoucfjohhrnhdfuceothhsughhsehgnhhu rdhorhhgqeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhroh hmpehthhhorhhnodhmvghsmhhtphgruhhthhhpvghrshhonhgrlhhithihqdekieejfeek jeekgedqieefhedvleekqdhtshguhheppehgnhhurdhorhhgsehfrghsthhmrghilhdrfh hm X-ME-Proxy: Original-Received: by mailuser.nyi.internal (Postfix, from userid 501) id 0A72614C009C; Wed, 22 Apr 2020 01:34:51 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface In-Reply-To: <871rogcyvl.fsf@mail.linkov.net> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.io gmane.emacs.devel:247499 Archived-At: Am Di, 21. Apr 2020, um 23:28, schrieb Juri Linkov: > So if preserving old keybindings is not a requirement, > then doc-view slice commands could be rebound to the prefix 'c' > that has good mnemonics too, where 'c' means 'cut', 'clip'. > > @Tassilo: Do you agree this would be a change for the better? Yes, if that allows for consistent key bindings for all image related functions between doc-view and image-mode, then that's a good thing to do. Thanks, Tassilo