emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [External] : Re: Adding refactoring capabilities to Emacs


From: Alfred M. Szmidt
Subject: Re: [External] : Re: Adding refactoring capabilities to Emacs
Date: Tue, 26 Sep 2023 11:27:26 -0400

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]