From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#51176: eww switch buffer by title Date: Thu, 14 Oct 2021 19:05:01 +0300 Organization: LINKOV.NET Message-ID: <871r4oowuq.fsf@mail.linkov.net> References: <87v9214j6g.fsf@ypei.me> <87lf2x6t11.fsf@gnus.org> <87fst53ytg.fsf@ypei.me> <871r4p6q5n.fsf@gnus.org> <871r4oyjm1.fsf@mail.linkov.net> <875yu050sz.fsf@gnus.org> <875yu0x256.fsf@mail.linkov.net> <87a6jc4hc7.fsf@ypei.me> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15430"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) Cc: Lars Ingebrigtsen , 51176@debbugs.gnu.org To: Yuchen Pei Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Oct 14 18:18:44 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1mb3RM-0003oJ-7S for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 14 Oct 2021 18:18:44 +0200 Original-Received: from localhost ([::1]:33560 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mb3RL-00014Q-8D for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 14 Oct 2021 12:18:43 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59714) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mb3Qh-0008BJ-T2 for bug-gnu-emacs@gnu.org; Thu, 14 Oct 2021 12:18:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:53628) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mb3Qh-0006fF-JC for bug-gnu-emacs@gnu.org; Thu, 14 Oct 2021 12:18:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mb3Qh-0004yp-F1 for bug-gnu-emacs@gnu.org; Thu, 14 Oct 2021 12:18:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 14 Oct 2021 16:18:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51176 X-GNU-PR-Package: emacs Original-Received: via spool by 51176-submit@debbugs.gnu.org id=B51176.163422824319016 (code B ref 51176); Thu, 14 Oct 2021 16:18:03 +0000 Original-Received: (at 51176) by debbugs.gnu.org; 14 Oct 2021 16:17:23 +0000 Original-Received: from localhost ([127.0.0.1]:36924 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mb3Q3-0004we-H6 for submit@debbugs.gnu.org; Thu, 14 Oct 2021 12:17:23 -0400 Original-Received: from relay2-d.mail.gandi.net ([217.70.183.194]:35331) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mb3Q0-0004wN-O0 for 51176@debbugs.gnu.org; Thu, 14 Oct 2021 12:17:21 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 43A9940002; Thu, 14 Oct 2021 16:17:12 +0000 (UTC) In-Reply-To: <87a6jc4hc7.fsf@ypei.me> (Yuchen Pei's message of "Thu, 14 Oct 2021 10:48:08 +1100") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:217232 Archived-At: > On a related note, I also have a function defined in a similar fashion > switching to a shell buffer by prompts. Are people interested in having > this as well? I don't see a shell hook like eww-after-render-hook that can > achieve this though. project-shell uses project-prefixed-buffer-name to generate project-specific buffer names, but not with shell prompts.