emacs-devel
[Top][All Lists]
Advanced

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

Re: Comparison of tools to search for related files


From: Richard Stallman
Subject: Re: Comparison of tools to search for related files
Date: Fri, 14 Oct 2022 17:24:43 -0400

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

  > You mean the developer of c-mode would specify that .c and .h are
  > related? This makes sense.

In some programs, foo.c and foo.h are generally closely related.  But
that is not always true.  For instance, the C code of GNU Emacs does
not generally pair up header files with source files.

Depending on details, a feature that assumes ,c and .h files a paired
might be convenient with the programs which do that, and harmless with
other programs.  If it doesn't get in the way for the other programs,
then the feature does good and no harm.

But if it tends to be a nuisance when editing the programs that don't
pair the .h and .c files, that starts to be a bad thing.

-- 
Dr Richard Stallman (https://stallman.org)
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)





reply via email to

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