From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "D. Goel" Newsgroups: gmane.emacs.devel Subject: list-load-path-shadows results be clickable.. Date: 23 Jun 2002 16:29:08 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1024864237 6869 127.0.0.1 (23 Jun 2002 20:30:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 23 Jun 2002 20:30:37 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17ME0L-0001mg-00 for ; Sun, 23 Jun 2002 22:30:37 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17ME19-0005RY-00 for ; Sun, 23 Jun 2002 22:31:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17ME07-0007A6-00; Sun, 23 Jun 2002 16:30:23 -0400 Original-Received: from ipr-mail.umd.edu ([128.8.86.132]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17MDyw-00074w-00 for ; Sun, 23 Jun 2002 16:29:10 -0400 Original-Received: from poynting.umd.edu (root@poynting.umd.edu [128.8.86.100]) by ipr-mail.umd.edu (8.9.3/8.9.3) with ESMTP id QAA22991 for ; Sun, 23 Jun 2002 16:29:10 -0400 (EDT) Original-Received: from poynting.umd.edu (sendmail@localhost [127.0.0.1]) by poynting.umd.edu (8.9.3/8.9.3) with SMTP id QAA11428 for ; Sun, 23 Jun 2002 16:29:09 -0400 (EDT) Original-Received: (from deego@localhost) by poynting.umd.edu (8.9.3/8.9.3) id QAA11383; Sun, 23 Jun 2002 16:29:09 -0400 (EDT) X-Authentication-Warning: poynting.umd.edu: deego set sender to deego@glue.umd.edu using -f Original-To: emacs-devel@gnu.org Original-Lines: 39 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:5134 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:5134 i would like to work on making the results of M-x list-load-path-shadows clickable---- viz. when you press RET on a result, it displays the 'diff -cw' among the two files... Wanted the blessings of this list before i start that :) , and any suggestions.. ==================================================== My plan is as follows: Consider this result--> ~/emacs/ee hides ~/ee i want to make all terms above clickable---> Clicking ~/emacs/ee will show me that file in the other window.. Clicking ~/ee will show me that file in another window. finally, clicking on 'hides' will show the 'diff -cw'. Comments? (Or does anyone know if this has been already done somewhere that i don't know of? ) ==================================================== (IMHO, that will be very useful--- often the shadows arise because i may have made changes to some default file and stored the modified version in my ~/emacs/ while i am waiting for the patch to be approved :)... and i very often feel a need to see the diff -cw between the files shadowing each other..) ==================================================== DG --