Bug 73020

Summary: RFE rpm-spec-mode should use compile instead of start-process
Product: [Retired] Red Hat Linux Reporter: Michal Jaegermann <michal>
Component: emacsAssignee: Jens Petersen <petersen>
Status: CLOSED UPSTREAM QA Contact: Jay Turner <jturner>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0CC: srevivo
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-05-20 07:31:11 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michal Jaegermann 2002-08-29 23:24:23 UTC
Description of Problem:

Function 'rpm-build' instead of using start-process should really set
'compilation-command' variable and run 'compile'.  The real difference is how you
are walking through errors in a compilation buffer as opposed to "Fundamental"
one.  Run "M-x compile" and replace a default compilation commmand by
something like "rpmbuild -ba my.spec" to see for yourself.

This will also likely simplify rpm-spec-mode.el a small bit.

Comment 1 Jens Petersen 2003-01-15 15:24:33 UTC
rpm-spec-mode.el maintainer said he'd try to add this feature
in a coming version.