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: [External] : Re: Adding refactoring capabilities to Emacs Date: Tue, 26 Sep 2023 11:27:26 -0400 Message-ID: References: <83fs4f36wi.fsf@gnu.org> <1b963d24-51b3-8128-ad14-e4af2c9f0c43@gutov.dev> <8408fa63-af93-ab36-8524-fa12de7918ea@gutov.dev> <87pm25qck5.fsf@posteo.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32850"; mail-complaints-to="usenet@ciao.gmane.io" Cc: dmitry@gutov.dev, joaotavora@gmail.com, philipk@posteo.net, monnier@iro.umontreal.ca, eliz@gnu.org, emacs-devel@gnu.org To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Sep 26 17:27:51 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 1ql9yY-0008Ei-7s for ged-emacs-devel@m.gmane-mx.org; Tue, 26 Sep 2023 17:27:50 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ql9yG-0005bU-2I; Tue, 26 Sep 2023 11:27:32 -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 1ql9yE-0005bH-7A for emacs-devel@gnu.org; Tue, 26 Sep 2023 11:27:30 -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 1ql9yC-0008Pf-76; Tue, 26 Sep 2023 11:27:28 -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=EyD8ZEoGm4XnDBYtT71Xpp6+Gq8RhyCW/bOYuFPEMFY=; b=FzfNS1i2T+8W NDoE1YEKXf+gZfkdijY2ebhb6CzunR+W8ZmRpeWUzect55E0BOroo0nmx46GZQL0sOO8elu7j33Jw TdlWuzrSxfaIYzEbUcsULhQJvlFlM/+xzNGDUxeEinHeVU5mY04FLS/3pY4zGnSSW4arOWxfNPK6K u0Od1qo60Gg27YirGvm5li+uv7UEX641WOalnZl0vY3QO+i9Q5R813W8c+1uQEXNEl4OyAHQo295a uglNbkxA8hTO+PvEPX0bjeS5CFQUL3Q/c5+I3vjvjvdsyOfcqyRAuZ08gpqisep0aEaLm6/17H74h 5n4tAJftzPdtaIe2JivlgA==; Original-Received: from ams by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1ql9yA-0000ou-23; Tue, 26 Sep 2023 11:27:26 -0400 In-Reply-To: (message from Drew Adams on Tue, 26 Sep 2023 15:01:59 +0000) 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:311082 Archived-At: To wit, the difference Dimitry is raising is: C-x C-f ~/RMAIL RET Opens ~/RMAIL in Fundamental mode C-x C-f ~/emacs-build.gcov RET Opens file in Compilation-mode vs. M-x rmail RET Opens ~/RMAIL using the RMAIL "program" M-x compile RET make RET .. similar The two later, the thing you are working is by "dedicated mode"; the first ones you are working with the file in the specific mode. This is similar to diff, occur, etc. The issue is that sometimes, a mode might want more or less .. RMAIL is a good example where it wants more.