all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Daniel Colascione <dancol@dancol.org>
To: Andreas Schwab <schwab@linux-m68k.org>
Cc: Emacs developers <emacs-devel@gnu.org>
Subject: Re: RFC: DWIM for killing *shell* and a more process-query-on-exit
Date: Sun, 29 Mar 2015 01:23:17 -0700	[thread overview]
Message-ID: <5517B675.6060506@dancol.org> (raw)
In-Reply-To: <m2k2y05ktg.fsf@linux-m68k.org>

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

On 03/29/2015 12:23 AM, Andreas Schwab wrote:
>> @@ -1156,28 +1157,31 @@ This function returns FLAG.  */)
>>    return flag;
>>  }
>>
>> -DEFUN ("set-process-query-on-exit-flag",
>> -       Fset_process_query_on_exit_flag, Sset_process_query_on_exit_flag,
>> +DEFUN ("set-process-query-on-exit",
>> +       Fset_process_query_on_exit, Sset_process_query_on_exit,
> 
> This should be called set-process-query-on-exit-function.

It's not always a function.

>> @@ -1449,7 +1453,7 @@ usage: (make-process &rest ARGS)  */)
>>    pset_command (XPROCESS (proc), Fcopy_sequence (command));
>>
>>    if (tem = Fplist_get (contact, QCnoquery), !NILP (tem))
>> -    XPROCESS (proc)->kill_without_query = 1;
>> +    XPROCESS (proc)->query_on_exit = tem;
> 
> This inverts the meaning of :noquery.

Yes, that's a silly bug.


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  reply	other threads:[~2015-03-29  8:23 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-29  5:58 RFC: DWIM for killing *shell* and a more process-query-on-exit Daniel Colascione
2015-03-29  7:23 ` Andreas Schwab
2015-03-29  8:23   ` Daniel Colascione [this message]
2015-03-29  8:30     ` Andreas Schwab
2015-03-29  8:04 ` Andreas Röhler
2015-03-29  8:23   ` Daniel Colascione
2015-03-29 13:22     ` Andreas Röhler

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=5517B675.6060506@dancol.org \
    --to=dancol@dancol.org \
    --cc=emacs-devel@gnu.org \
    --cc=schwab@linux-m68k.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.