all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Richard Lawrence <rwl@recursewithless.net>
Cc: 51320@debbugs.gnu.org
Subject: bug#51320: 26.1; kill-region does not ignore its first two args if region is active
Date: Thu, 21 Oct 2021 19:56:46 +0300	[thread overview]
Message-ID: <83v91q8gfl.fsf@gnu.org> (raw)
In-Reply-To: <87a6j2pnmw.fsf@aquinas.rewrittenlocator.xyz> (message from Richard Lawrence on Thu, 21 Oct 2021 14:29:11 +0200)

> From: Richard Lawrence <rwl@recursewithless.net>
> Date: Thu, 21 Oct 2021 14:29:11 +0200
> 
> 
> In a function I'm writing, I tried to call kill-region like this:
> 
> (and (use-region-p) (kill-region nil nil t))
> 
> with its first two arguments being nil, because the docstring says:
> 
> "Supply two arguments, character positions BEG and END indicating the
>  stretch of text to be killed.  If the optional argument REGION is
>  non-nil, the function ignores BEG and END, and kills the current
>  region instead."
> 
> But in fact, if both BEG and END are nil as in my function call,
> kill-region doesn't ignore them but throws an error, since its first two
> lines are:
> 
>   (unless (and beg end)
>     (user-error "The mark is not set now, so there is no region"))
> 
> This was surprising to me, since I expected these values to be ignored.

The error is thrown because there's no region in the buffer where you
invoke this.  The fact that you pass BEG and END nil is not the reason
for the error.





  reply	other threads:[~2021-10-21 16:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-21 12:29 bug#51320: 26.1; kill-region does not ignore its first two args if region is active Richard Lawrence
2021-10-21 16:56 ` Eli Zaretskii [this message]
2021-10-21 18:57   ` Richard Lawrence
2021-10-21 19:15     ` Eli Zaretskii
2021-10-22  9:34       ` Richard Lawrence

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=83v91q8gfl.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=51320@debbugs.gnu.org \
    --cc=rwl@recursewithless.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.