unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Karl Eichwalder <ke@gnu.franken.de>
Subject: Yanking with mouse click: args-out-of-range
Date: Tue, 02 Sep 2003 06:47:51 +0200	[thread overview]
Message-ID: <shisob23uw.fsf@tux.gnu.franken.de> (raw)

Using the mouse for cut-and-paste actions within Emacs I often see an
args-out-of-range error as follows:

Debugger entered--Lisp error: (args-out-of-range 161682 161682)
  get-char-property(161682 field)
  comint-insert-clicked-input((mouse-2 (#<window 34 on *Backtrace*> 161682 (242 . 278) 42937896)))
  call-interactively(comint-insert-clicked-input)

I can raise this error as follows:

1. Split the window (C-x 2).

2. Start a shell in one window (M-x shell RET).

3. In the other window load a multi-line text; e.g.

    list=$(seq -f %04g.txt 601 639)
    for f in $list; do 
      mv $f $f.orig
      tr -d '\15' <$f.orig > $f
    done

   and mark it clicking mouse-1 at the start and mouse-3 at the end

4. Now, at the prompt in the shell window click mouse-2 and you should
   see the error.

It work if you first click mouse-1 and then mouse-2 (for yanking) in
the shell window.

-- 
                                                         |      ,__o
http://www.gnu.franken.de/ke/                            |    _-\_<,
ke@suse.de (work) / ke@gnu.franken.de (home)             |   (*)/'(*)

                 reply	other threads:[~2003-09-02  4:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=shisob23uw.fsf@tux.gnu.franken.de \
    --to=ke@gnu.franken.de \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).