From: Kevin Rodgers <kevin.d.rodgers@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: fundamental mode uses?
Date: Thu, 06 May 2010 18:18:24 -0600 [thread overview]
Message-ID: <hrvm88$3af$1@dough.gmane.org> (raw)
In-Reply-To: <barmar-8082EB.18541923032010@news.eternal-september.org>
Barry Margolin wrote:
> In article
> <05ad24c7-51d0-4345-8705-126bd6956afb@u9g2000yqb.googlegroups.com>,
> sable <zxcv_890@hotmail.com> wrote:
>
>> Just a curiosity: As a relative newcomer to Emacs, I'm wondering if
>> anyone ever actually uses Fundamental mode in the course of their
>> work? My impression from reading the literature is that it's kind of a
>> "baseline" mode that contains the functions, bindings, variables,
>> etc., in their default form. But I couldn't find anything in the
>> manual related to possible/appropriate uses of this mode. It seems
>> like there's a specialized mode to cover all the main programming and
>> markup languages, plus your basic text and word-processing modes, so
>> when, if ever, would you use Fundamental mode?
>> Thanks,
>> Jeffery
>
> When you're just viewing or editing plain, unstructured text. Not
> programming, not word processing, just working with random "stuff".
I even keep a dedicated buffer around for that:
(with-current-buffer (get-buffer-create "*Fundamental*")
(unless (eq major-mode 'fundamental-mode)
(rename-buffer (concat "*" mode-name "*"))))
--
Kevin Rodgers
Denver, Colorado, USA
next prev parent reply other threads:[~2010-05-07 0:18 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-23 19:34 fundamental mode uses? sable
2010-03-23 22:54 ` Barry Margolin
2010-05-07 0:18 ` Kevin Rodgers [this message]
2010-03-23 23:19 ` Colin S. Miller
2010-03-24 18:25 ` Stefan Monnier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='hrvm88$3af$1@dough.gmane.org' \
--to=kevin.d.rodgers@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.