all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: help-gnu-emacs List <help-gnu-emacs@gnu.org>
Subject: Re: Selection region and delete
Date: Wed, 25 Jul 2012 23:27:47 +0200	[thread overview]
Message-ID: <8E82AB57-69E1-4568-B03E-058B3C6AE3CA@Web.DE> (raw)
In-Reply-To: <jupmv6$quq$1@speranza.aioe.org>


Am 25.07.2012 um 23:03 schrieb Juha Nieminen:

>> Or compile GNU Emacs 23.4 from source yourself
> 
> I might need to do that...

(Tests with yanking something were not mentioned…) What you described is exactly what happens when Delete Selection mode is not enabled. So it's all OK until here. That the variable and function delete-selection-mode are unknown means that delsel.el is not loaded or dumped from temacs into emacs at Emacs build time. The Elisp file can be here:

	/usr/local/share/emacs/23.3/lisp/delsel.el.gz
	/usr/local/share/emacs/23.3/lisp/delsel.elc
	/usr/local/share/emacs/23.4/lisp/delsel.el.gz
	/usr/local/share/emacs/23.4/lisp/delsel.elc

Does it exist? IMO this, that it exists but is not loaded, can only mean that you have some "unconventional" Emacs. In case delsel.el exists in your system, you can try to load it with

	(require 'delsel) 

because the Elisp file has at its end

	(provide 'delsel)

Then the variable and function delete-selection-mode should be known… and working!

--
Greetings

  Pete

For some reason, this fortune reminds everyone of Marvin Zelkowitz.




  reply	other threads:[~2012-07-25 21:27 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-23 12:01 Selection region and delete Juha Nieminen
2012-07-23 15:24 ` Barry Margolin
2012-07-23 15:52   ` Juha Nieminen
2012-07-23 19:59     ` Peter Dyballa
2012-07-23 20:05     ` jpkotta
2012-07-23 20:17       ` Peter Dyballa
2012-07-24  7:16       ` Juha Nieminen
     [not found]     ` <mailman.5453.1343073582.855.help-gnu-emacs@gnu.org>
2012-07-24  7:23       ` Juha Nieminen
2012-07-24  8:39         ` Peter Dyballa
2012-07-24 11:11         ` Andreas Röhler
     [not found]         ` <mailman.5487.1343128324.855.help-gnu-emacs@gnu.org>
2012-07-25  5:42           ` Juha Nieminen
2012-07-25  6:11     ` Juha Nieminen
2012-07-25  9:52       ` Peter Dyballa
     [not found]       ` <mailman.5554.1343209950.855.help-gnu-emacs@gnu.org>
2012-07-25  9:57         ` Juha Nieminen
2012-07-25 10:06           ` Peter Dyballa
     [not found]           ` <mailman.5555.1343210807.855.help-gnu-emacs@gnu.org>
2012-07-25 11:58             ` Juha Nieminen
2012-07-25 13:16               ` Peter Dyballa
2012-07-25 14:23             ` Juha Nieminen
2012-07-25 20:25               ` Peter Dyballa
     [not found]               ` <mailman.5606.1343247908.855.help-gnu-emacs@gnu.org>
2012-07-25 21:03                 ` Juha Nieminen
2012-07-25 21:27                   ` Peter Dyballa [this message]
     [not found]                   ` <mailman.5611.1343251677.855.help-gnu-emacs@gnu.org>
2012-07-26  5:30                     ` Juha Nieminen

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=8E82AB57-69E1-4568-B03E-058B3C6AE3CA@Web.DE \
    --to=peter_dyballa@web.de \
    --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.