all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
Subject: Re: How big are your customisations?
Date: Fri, 28 Jul 2006 16:33:35 +0300	[thread overview]
Message-ID: <uirlhdfbk.fsf@gnu.org> (raw)
In-Reply-To: <1154080566.151718.104270@75g2000cwc.googlegroups.com> (davin.pearson@gmail.com)

> From: "Davin Pearson" <davin.pearson@gmail.com>
> Date: 28 Jul 2006 02:56:06 -0700
> 
> Then I changed the command M-c to behave
> like so aaa_bbb_ccc -> Aaa_Bbb_Ccc
> for more readable C++ code.

3 M-c's in a row will do that without any changes.

> Then I (re)defined all of the function
> keys to perform common operations
> like f8 to undo and f9 to compile.

Function keys are too far away, so I dislike them.

> emacs-dialect--dosemacs-p
> emacs-dialect--xemacs-p
> emacs-dialect--gnuemacs-p

For the last two, (featurep 'emacs) etc. will do.  So I don't see why
these are needed, they aren't shorter than the above.

> os-type--microsoft-p
> os-type--linux-p
> os-type--mswindows-p
> os-type--msdos-p
> os-type--graphical-p
> os-type--text-p

For the last two, use display-graphic-p.  (There are more display-*-p
predicates that you may wish looking into.)

> Wouldn't it be good if similar
> functions were available as
> standard commands, since
> they are so useful?

The OS predicates are very simple: (eq system-type 'foo).

> http://www.geocities.com/davinpearson/research/2006/mopa2e.html

I looked at this, and there are some features that seem to be part of
Emacs:

   ebrowse.el is the Emacs C++ class browser
   which-func.el shows the current function in the mode line

Why don't you use these?

  parent reply	other threads:[~2006-07-28 13:33 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-26  9:45 How big are your customisations? Davin Pearson
2006-07-26 10:02 ` David Kastrup
2006-07-26 12:01 ` Tassilo Horn
2006-07-26 12:20 ` Mathias Dahl
2006-07-26 18:52 ` Eli Zaretskii
2006-07-27 12:12 ` Dieter Wilhelm
2006-07-28 16:00   ` Kevin Rodgers
     [not found]   ` <mailman.4599.1154102463.9609.help-gnu-emacs@gnu.org>
2006-07-28 16:55     ` David Kastrup
2006-07-28 18:18       ` Eric Hanchrow
2006-07-28 18:49         ` Reiner Steib
2006-08-01 14:06         ` Slawomir Nowaczyk
2006-07-27 18:38 ` Edward O'Connor
2006-07-27 19:48   ` Formatting output [was: How big are your customisations?] Dieter Wilhelm
2006-07-28 15:37     ` Formatting output Edward O'Connor
     [not found]   ` <mailman.4580.1154078436.9609.help-gnu-emacs@gnu.org>
2006-07-29 13:03     ` martin
     [not found] ` <mailman.4504.1153939928.9609.help-gnu-emacs@gnu.org>
2006-07-28  9:56   ` How big are your customisations? Davin Pearson
2006-07-28 12:03     ` Checking for Emacs flavors, OS, graphics, ... (was: How big are your customisations?) Reiner Steib
2006-07-28 13:33     ` Eli Zaretskii [this message]
2006-07-30  1:25     ` How big are your customisations? David Hansen
     [not found]     ` <mailman.4652.1154223520.9609.help-gnu-emacs@gnu.org>
2006-08-05  5:28       ` Davin Pearson
2006-08-05  8:22         ` David Hansen
     [not found]         ` <mailman.4887.1154766208.9609.help-gnu-emacs@gnu.org>
2006-08-05  8:48           ` David Kastrup
2006-08-05  9:34             ` Ralf Angeli
2006-08-05  9:42               ` David Kastrup
2006-08-06 14:53           ` dsoliver
2006-08-06 18:51             ` Eli Zaretskii
     [not found]     ` <mailman.4592.1154093621.9609.help-gnu-emacs@gnu.org>
2006-08-05  5:43       ` Davin Pearson
2006-08-05  9:53       ` Davin Pearson
2006-08-05 12:15         ` Eli Zaretskii
     [not found]         ` <mailman.4892.1154780152.9609.help-gnu-emacs@gnu.org>
2006-08-06  4:14           ` Davin Pearson
2006-08-06  5:13             ` Eli Zaretskii
2006-08-06  5:31               ` Eli Zaretskii
     [not found]               ` <mailman.4913.1154842313.9609.help-gnu-emacs@gnu.org>
2006-08-06  6:04                 ` Davin Pearson
     [not found]             ` <mailman.4907.1154841207.9609.help-gnu-emacs@gnu.org>
2006-08-13 19:09               ` David Combs
2006-08-14  3:24                 ` Eli Zaretskii
2006-07-28 14:14 ` robert.thorpe
2006-08-02  9:05 ` Tim X
2006-08-13 19:19   ` David Combs
2006-08-14  8:41     ` Tim X
     [not found] ` <mailman.4582.1154078449.9609.help-gnu-emacs@gnu.org>
2006-08-13 19:15   ` David Combs
2006-08-13 20:22     ` Jiri Pejchal
2006-08-14 20:46     ` Dieter Wilhelm

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=uirlhdfbk.fsf@gnu.org \
    --to=eliz@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.