From: bojohan+news@dd.chalmers.se (Johan Bockgård)
To: emacs-devel@gnu.org
Subject: Re: 23.0.50; delete-seletion-mode and read-only text
Date: Tue, 22 Jan 2008 14:02:45 +0100 [thread overview]
Message-ID: <yoijzluy57yi.fsf@remote1.student.chalmers.se> (raw)
In-Reply-To: E1JHHLl-0004RT-BG@fencepost.gnu.org
Richard Stallman <rms@gnu.org> writes:
> Does this change fix it?
Yes.
> *** delsel.el 11 Jan 2008 09:38:45 -0500 1.38.2.3
> --- delsel.el 22 Jan 2008 05:57:28 -0500
> ***************
> *** 73,81 ****
> (transient-mark-mode t)))
>
> (defun delete-active-region (&optional killp)
> ! (if killp
> ! (kill-region (point) (mark))
> ! (delete-region (point) (mark)))
> t)
>
> (defun delete-selection-pre-hook ()
> --- 73,83 ----
> (transient-mark-mode t)))
>
> (defun delete-active-region (&optional killp)
> ! (condition-case ()
> ! (if killp
> ! (kill-region (point) (mark))
> ! (delete-region (point) (mark)))
> ! (error nil))
> t)
>
> (defun delete-selection-pre-hook ()
--
Johan Bockgård
prev parent reply other threads:[~2008-01-22 13:02 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-21 10:48 23.0.50; delete-seletion-mode and read-only text Johan Bockgård
2008-01-21 22:03 ` martin rudalics
2008-01-22 13:12 ` before-change-functions (was: 23.0.50; delete-seletion-mode and read-only text) Johan Bockgård
2008-01-23 9:32 ` before-change-functions martin rudalics
2008-01-22 13:20 ` read-only overlays (was: 23.0.50; delete-seletion-mode and read-only text) Johan Bockgård
2008-01-22 14:12 ` read-only overlays martin rudalics
2008-01-23 21:41 ` read-only overlays (was: 23.0.50; delete-seletion-mode and read-only text) Richard Stallman
2008-01-24 1:52 ` read-only overlays Stefan Monnier
2008-01-24 23:42 ` Richard Stallman
2008-01-22 22:29 ` 23.0.50; delete-seletion-mode and read-only text Richard Stallman
2008-01-23 9:19 ` martin rudalics
2008-01-23 16:20 ` Richard Stallman
2008-01-22 11:31 ` Richard Stallman
2008-01-22 13:02 ` Johan Bockgård [this message]
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=yoijzluy57yi.fsf@remote1.student.chalmers.se \
--to=bojohan+news@dd.chalmers.se \
--cc=emacs-devel@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.