X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :message-id:mime-version:content-type:content-transfer-encoding :x-mailer:x-mimeole:thread-index; bh=hZ1U5PivafAt53zXMZVtugd6nZoA+Q6dKvt5bI5mwN4=; b=Ga/qz3IcACljIGSCx1kC+LmVOB9HgopYhPaOX6g6uZuhv3SKl1Vbm5RVhtPCkfELX4 fcABcHPWm7SaekzArDfHKRJeuWFuLeozYHyB8dLbL1rHDtM50RoLJW0mFN5PaSqqg9O6 lXY+PMxrRJ+OEkPF5RD8qLPYR+InDKoWshOmU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:mime-version:content-type :content-transfer-encoding:x-mailer:x-mimeole:thread-index; b=CeQFHKxFpMnsvkCray6fsr7J7ZGBXWt9q6KhcoAyNiXM2k1n/ZDC6WqBtO+YnQw2/0 ClnwiJlPWDbv892gvhsuNaIXa0AQadla0RRVXy0UHZfSbuoIusUR44O2pyJme8WM7h5c vANtw5VS/9hWVdnpnV77Y6ffbD3DymH0mIyYM= From: "Wayne Wang" To: Subject: make within VIM, error message lost in quickfix. Date: Thu, 3 Dec 2009 17:11:35 +0800 Message-ID: <77B1407808B440719A209B1FF3A40985@viatech.com.bj> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Thread-Index: Acpz+JzCRxcci4ISRj6/P02Co2xRIA== Reply-To: djgpp AT delorie DOT com Hi there! I'm used to work with bash and vim in DJGPP, but I always have some problem when compile the souces in VIM. I set shell to bash in vim, and when run :make, I want the compiling error could be directed to quickfix window. However, only the standard outputs were displayed in the quickfix, compiling errors were displayed in the screen from error output. So, please, anyone know how to let all the outputs displayed in the quickfix window. Thanks. Wayne