9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Rob Pike" <robpike@gmail.com>
To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu>
Subject: Re: [9fans] Acme aborts on a pointless Edit command
Date: Thu, 27 Dec 2007 14:36:56 +1100	[thread overview]
Message-ID: <7359f0490712261936u75a78085u506896abf1559d10@mail.gmail.com> (raw)
In-Reply-To: <20071224041704.GA14349@dinah>

[-- Attachment #1: Type: text/plain, Size: 23 bytes --]

Fix attached.

-rob

[-- Attachment #2: diff.txt --]
[-- Type: text/plain, Size: 358 bytes --]

Index: ecmd.c
===================================================================
RCS file: /cvs/plan9/src/cmd/acme/ecmd.c,v
retrieving revision 1.8
diff -r1.8 ecmd.c
418a419,420
> 	}else if(addr.r.q0==addr2.r.q0 && addr.r.q1==addr2.r.q1){
> 		; /* move to self; no-op */
420c422
< 		error("move overlaps itself");
---
> 		editerror("move overlaps itself");

  parent reply	other threads:[~2007-12-27  3:36 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-24  4:17 Anthony Martin
2007-12-24  4:28 ` Pietro Gagliardi
2007-12-24  4:37   ` Anthony Martin
2007-12-24  9:50   ` Rob Pike
2007-12-24  5:25 ` erik quanstrom
2007-12-24 17:24   ` Joel C. Salomon
2007-12-24 17:35     ` Pietro Gagliardi
2007-12-25  1:51       ` [9fans] ipod + plan9 Philipp
2007-12-25  5:20         ` Pietro Gagliardi
2007-12-26 12:52 ` [9fans] Acme aborts on a pointless Edit command roger peppe
2007-12-26 17:52   ` ron minnich
2007-12-27  3:36 ` Rob Pike [this message]
2007-12-28  6:08 Joshua Wood

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=7359f0490712261936u75a78085u506896abf1559d10@mail.gmail.com \
    --to=robpike@gmail.com \
    --cc=9fans@cse.psu.edu \
    /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.
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 NNTP newsgroup(s).