sam-fans - fans of the sam editor
 help / color / mirror / Atom feed
From: Chris Siebenmann <cks>
To: sam-fans
Subject: Re: quit with modified files
Date: Wed, 26 May 1993 00:30:27 -0400	[thread overview]
Message-ID: <93May26.003030edt.2714@hawkwind.utcs.toronto.edu> (raw)

 Scott Schwartz kindly pointed out that my patch had a small bug. Please
discard it and use this one instead:

*** /tmp/,RCSt1a13201	Wed May 26 00:22:53 1993
--- sam/sam.c	Wed May 26 00:10:47 1993
***************
*** 331,337 ****
  		f->ndot.r.p1 = addr.r.p2, f->ndot.r.p2 = addr.r.p2+p;
  	else
  		f->ndot.r.p1 = f->ndot.r.p2 = 0;
! 	quitok = f->closeok = empty;
  	state(f, empty && !nulls? Clean : Dirty);
  	if(cmd == 'e')
  		filename(f);
--- 331,338 ----
  		f->ndot.r.p1 = addr.r.p2, f->ndot.r.p2 = addr.r.p2+p;
  	else
  		f->ndot.r.p1 = f->ndot.r.p2 = 0;
! 	f->closeok = empty;
! 	quitok = quitok ? f->closeok : FALSE;
  	state(f, empty && !nulls? Clean : Dirty);
  	if(cmd == 'e')
  		filename(f);

	- cks


             reply	other threads:[~1993-05-26  4:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1993-05-26  4:30 Chris Siebenmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
1993-05-24 18:48 Scott Schwartz
1993-05-25 23:07 ` Chris Siebenmann
1993-05-27  0:21   ` Scott Schwartz

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=93May26.003030edt.2714@hawkwind.utcs.toronto.edu \
    --to=sam-fans@hawkwind.utcs.toronto.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).