From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Tury Newsgroups: gmane.emacs.help Subject: Re: file filtering Date: Thu, 01 Feb 2007 07:47:52 GMT Organization: x Message-ID: References: <1170176298.694198.109550@h3g2000cwc.googlegroups.com> <1170247808.259815.196930@p10g2000cwp.googlegroups.com> <1170255115.371658.187620@m58g2000cwm.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1170319247 6111 80.91.229.12 (1 Feb 2007 08:40:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Feb 2007 08:40:47 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 01 09:40:31 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HCXUZ-00089f-EM for geh-help-gnu-emacs@m.gmane.org; Thu, 01 Feb 2007 09:40:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HCXUY-00013R-OS for geh-help-gnu-emacs@m.gmane.org; Thu, 01 Feb 2007 03:40:26 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed1.swip.net!swipnet!newsfeed1.funet.fi!newsfeeds.funet.fi!nntp.inet.fi!inet.fi!newsfeed1.nokia.com!news1.nokia.com!news2.nokia.com.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (windows-nt) Cancel-Lock: sha1:Mn0A/dNojbtbhL6usW18ZgrShE8= Original-Lines: 19 Original-NNTP-Posting-Host: 10.211.12.96 Original-X-Complaints-To: newsmaster@nokia.com Original-X-Trace: news2.nokia.com 1170316072 10.211.12.96 (Thu, 01 Feb 2007 09:47:52 EET) Original-NNTP-Posting-Date: Thu, 01 Feb 2007 09:47:52 EET Original-Xref: shelby.stanford.edu gnu.emacs.help:145210 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:40816 Archived-At: "HS" writes: > On 31 jan, 10:34, Peter Tury wrote: >> And: why I can't find keep-lines in my Emacs 22's info? I really >> searched the info for similar functions before my first ask and didn't >> find this :-(( > > Hmm... I can find in mine and I'm also using GNU Emacs 22 > "keep-lines is an interactive compiled Lisp function in `replace.el'." OK, I wasn't clear enough: I can find it _now_ = when I know its name (C-h f is easy enough). But I couldn't find it when I just browsed the info (C-h i): neither in Emacs nor in Elisp parts. It is neither mentioned in thier indices. Now I looked into replace.el and saw it _is_ part of GNU Emacs. So its documentation should be reachable from C-h i, shouldn't it? Or: how can I find a function if I don't know its name, just the functionality I need? (C-h a seems to be a bit weak here for me.)