From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Petteri Hintsanen Newsgroups: gmane.emacs.devel Subject: Re: Proposal: new default bindings for winner and windmove Date: Mon, 24 Jun 2024 18:57:17 +0300 Message-ID: <87ed8mjpuq.fsf@iki.fi> References: <7133BE83-064B-43A4-A193-61376605222C@dancol.org> <055E6E92-6971-409E-A106-7E0C64FEF856@dancol.org> <87bk3r22x5.fsf@yahoo.com> <746FE961-37C5-4387-8274-7D90908EE2D6@dancol.org> <8734p3219c.fsf@yahoo.com> <867cefeo1w.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23044"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: Po Lu , dancol@dancol.org, acm@muc.de, stefankangas@gmail.com, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jun 24 17:58:33 2024 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 1sLm5Q-0005n3-RR for ged-emacs-devel@m.gmane-mx.org; Mon, 24 Jun 2024 17:58:32 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sLm4b-0005eg-7w; Mon, 24 Jun 2024 11:57:41 -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 1sLm4a-0005eX-3w for emacs-devel@gnu.org; Mon, 24 Jun 2024 11:57:40 -0400 Original-Received: from sirokuusama2.dnainternet.net ([83.102.40.153]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sLm4Y-0005dD-8B; Mon, 24 Jun 2024 11:57:39 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by sirokuusama2.dnainternet.net (Postfix) with ESMTP id BBFEA11399; Mon, 24 Jun 2024 18:57:25 +0300 (EEST) X-Virus-Scanned: DNA Internet at dnainternet.net Original-Received: from sirokuusama2.dnainternet.net ([83.102.40.153]) by localhost (sirokuusama2.dnainternet.net [127.0.0.1]) (DNA Internet, port 10041) with ESMTP id 6rLfd9Ie_PVb; Mon, 24 Jun 2024 18:57:25 +0300 (EEST) Original-Received: from kirsikkapuu2.dnainternet.net (kirsikkapuu2.dnainternet.net [83.102.40.52]) by sirokuusama2.dnainternet.net (Postfix) with ESMTP id 6719B1132B; Mon, 24 Jun 2024 18:57:25 +0300 (EEST) Original-Received: from julia (62-78-178-196.bb.dnainternet.fi [62.78.178.196]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by kirsikkapuu2.dnainternet.net (Postfix) with ESMTPS id AEE933FF5; Mon, 24 Jun 2024 18:57:17 +0300 (EEST) In-Reply-To: <867cefeo1w.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 23 Jun 2024 17:22:51 +0300") Received-SPF: neutral client-ip=83.102.40.153; envelope-from=petterih@iki.fi; helo=sirokuusama2.dnainternet.net X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_NEUTRAL=0.779 autolearn=ham autolearn_force=no X-Spam_action: no action 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:320611 Archived-At: Eli Zaretskii writes: > Now let's hear from others, and please leave it to the Emacs > maintainers to decide what to do with this after we've heard enough > opinions. I haven't really followed the discussion closely so I'm not sure what you want to hear, but none the less: I use windmove all day and all night with its default keybindings. I also use winner-mode with its default keybindings. As for configuration, I have just (windmove-default-keybindings) (winner-mode 1) in my init.el. They have been there for ages. I am happy with the default bindings. Thanks, Petteri