Hi, quite often I do `V t' (gnus-score-find-trace) and then I want to modify one of the score files listed. Putting the cursor on the filename and `M-x ffap RET' (find-file-at-point) doesn't do the right thing (changes are lost when I check it later with `V f some-score-file RET' (gnus-score-edit-file)). Therefore, I've added `gnus-score-edit-file-at-point' and bound it to `e' in the buffer "*Score Trace*": --8<---------------cut here---------------start------------->8--- 2003-01-13 Reiner Steib * gnus-score.el (gnus-score-edit-file-at-point): New function. (gnus-score-find-trace): Bind it to `e' key. Added `q' for quit. --8<---------------cut here---------------end--------------->8---