help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Replacing Text in Compilation buffer


From: Joe
Subject: Replacing Text in Compilation buffer
Date: Mon, 3 Nov 2008 08:57:23 -0800 (PST)
User-agent: G2/1.0

Hey,

In Ada mode there is command the "ada-find-references" that lists all
references of a word in a Compilation buffer.   Some sample output
looks like this.

-*- mode: compilation; default-directory: "~/prog/ada/project3/src/" -
*-
Compilation started at Mon Nov  3 11:54:06

gnat find -rf print_ip:project3.adb -P"/home/joe/prog/ada/project3/
project3.gpr"
/home/joe/prog/ada/project3/src/project3.adb:50:17: (spec) Print_IP
/home/joe/prog/ada/project3/src/project3.adb:50:17: (body) Print_IP
/home/joe/prog/ada/project3/src/project3.adb:55:11:        Print_IP

Compilation finished at Mon Nov  3 11:54:06


How would I go about replacing Print_IP with something else?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]