Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 205525 - app-text/nopaste-2802 never returns when started from within Emacs
Summary: app-text/nopaste-2802 never returns when started from within Emacs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-12 19:40 UTC by Ulrich Müller
Modified: 2008-01-22 15:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Proposed patch for nopaste-2802 (nopaste.diff,531 bytes, patch)
2008-01-12 19:43 UTC, Ulrich Müller
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Müller gentoo-dev 2008-01-12 19:40:45 UTC
When started from within Emacs (e.g. "M-| nopaste RET" on a selected region) the process never returns.

"ps x" shows that there is an xclip process left that doesn't terminate (because its standard output is going to a pipe, too). 

Patch will follow.
Comment 1 Ulrich Müller gentoo-dev 2008-01-12 19:43:53 UTC
Created attachment 140822 [details, diff]
Proposed patch for nopaste-2802

Redirecting stdout fixes the problem.

(Maybe this is also needed for xcut, but I didn't bother to investigate since xcut was removed from the Portage tree in bug 191553.)
Comment 2 Ulrich Müller gentoo-dev 2008-01-13 12:05:47 UTC
Also sent to upstream (i.e. agriffis@n01se.net).
Comment 3 Ulrich Müller gentoo-dev 2008-01-22 15:30:42 UTC
Fixed (and version bump to 2835) in CVS.