jed-users mailing list

[2006 Date Index] [2006 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: Feature request: Buffer for compile/shell command output flags


John E. Davis wrote:
V01D <phreakuencies@xxxxxxxxx> wrote:
see "1" in the corresponding buffer. Before the proposed modification, doing "File->Close" would ask me to save/kill/abort on that buffer. After I modifed shell.sl, it doesn't anymore.

I misread your original message.  Now I understand the problem.  Is
this patch equivalent to yours as far as fixing the problem?
Thanks, --John

--- shell.sl~	2006-02-13 12:57:59.000000000 -0500
+++ shell.sl	2006-04-14 02:01:06.000000000 -0400
@@ -103,6 +103,9 @@
    status = run_shell_cmd (cmd);
    pop_spot ();
+ !if (same_buf)
+     set_buffer_modified_flag (0);
+
    vmessage ("Exit Status: %d", status);
 }

Yes it is. I didn't know about that function.
I guess the same thing (or similar) should be done with the buffer created by the compile option.

Matt.

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2006 date index] [2006 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]