all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Barry Margolin <barmar@genuity.net>
Subject: Re: HOW TO GIVE A DEFAULT TO A TRULY INTERACTIVE FUNCTION
Date: Thu, 17 Oct 2002 17:35:56 GMT	[thread overview]
Message-ID: <0yCr9.11$MU5.2674@paloalto-snr1.gtei.net> (raw)
In-Reply-To: b00bb831.0210170627.2fe31d74@posting.google.com

In article <b00bb831.0210170627.2fe31d74@posting.google.com>,
gnuist006 <gnuist006@hotmail.com> wrote:
>If this cannot do this and you were all lying to yourself that
>emacs is customizable, infinitely extensible, then I atleast want
>quick fix for this.

It's extremely customizable, but some customizations are easier than
others.  It's very easy for fuctions to provide hooks for the user to
customize, but the author of the function has to think of it and program
for it.  In some cases you can use "defadvice" to make minor adjustments to
the behavior of a function.  And in the extreme case, when neither solution
is applicable, you can completely replace the function with your own
version.

The only exception is some low-level functions internal to Emacs, which are
written in C.  When these call each other, they don't go through the Lisp
interpreter, so you can't substitute your own versions.  But since Emacs
comes with full source code, you can modify the C function and recompile
Emacs if you really need to customize at this level.

-- 
Barry Margolin, barmar@genuity.net
Genuity, Woburn, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.

  reply	other threads:[~2002-10-17 17:35 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-14 16:02 HOW TO GIVE A DEFAULT TO A TRULY INTERACTIVE FUNCTION gnuist006
2002-10-14 17:22 ` Joe Casadonte
2002-10-14 20:07 ` Edi Weitz
2002-10-17 14:27   ` gnuist006
2002-10-17 17:35     ` Barry Margolin [this message]
2002-10-18 10:36     ` Oliver Scholz
2002-10-17 14:35   ` gnuist006
2002-10-17 15:03     ` Edi Weitz
2002-10-18  5:51       ` huntingdon
2002-10-18  7:13     ` Friedrich Dominicus
2002-10-18  7:07 ` Friedrich Dominicus
2002-10-18  8:05   ` Friedrich Dominicus
2002-10-18 17:05   ` Kevin Rodgers
  -- strict thread matches above, loose matches on Subject: below --
2002-10-14 18:27 Bingham, Jay
     [not found] <mailman.1034620095.15632.help-gnu-emacs@gnu.org>
2002-10-17 14:22 ` gnuist006
2002-10-18  7:14   ` Friedrich Dominicus

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='0yCr9.11$MU5.2674@paloalto-snr1.gtei.net' \
    --to=barmar@genuity.net \
    /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.