Re: Unrelated Motif annoyance
Offer Kaye <[email protected]>
| Newsgroups | gmane.editors.nedit.user |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Mar 9, 2009 at 2:46 AM, Fergal Mullally wrote: > > When I start nedit from the command line and then open an "Open File" > dialog, a whole bunch of debugging information squirts out onto my > xterm window > I had a similar problem, not the same messages but the same idea - lots of debugging messages spewed onto the xterm window. I just suppressed them by redirecting the nedit command STDOUT/ERR to /dev/null. So for example in tcsh I use: nedit some_file >& /dev/null Bash redirect syntax is slightly different, look it up in "man bash" if that's your shell. Cheers, -- Offer Kaye -- NEdit Discuss mailing list - [email protected] http://www.nedit.org/mailman/listinfo/discuss