From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?QW5kcmVhcyBSw7ZobGVy?= Newsgroups: gmane.emacs.help Subject: Re: Lacking some features Date: Mon, 25 May 2009 13:22:07 +0200 Message-ID: <4A1A7F5F.7040000@easy-emacs.de> References: <87ws8dquzo.fsf@sina.com> <4A139945.8030609@easy-emacs.de> <8763fwax6t.fsf@sina.com> <4A14102D.3030303@easy-emacs.de> <87prdykthd.fsf@sina.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1243250477 27571 80.91.229.12 (25 May 2009 11:21:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 May 2009 11:21:17 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: anhnmncb Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon May 25 13:21:10 2009 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 1M8YEu-0003MI-TA for geh-help-gnu-emacs@m.gmane.org; Mon, 25 May 2009 13:21:09 +0200 Original-Received: from localhost ([127.0.0.1]:52102 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M8YEt-0001Nr-Qz for geh-help-gnu-emacs@m.gmane.org; Mon, 25 May 2009 07:21:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M8YEW-0001Hy-75 for help-gnu-emacs@gnu.org; Mon, 25 May 2009 07:20:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M8YEP-00012y-KE for help-gnu-emacs@gnu.org; Mon, 25 May 2009 07:20:43 -0400 Original-Received: from [199.232.76.173] (port=56665 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M8YEP-00012r-Gm for help-gnu-emacs@gnu.org; Mon, 25 May 2009 07:20:37 -0400 Original-Received: from moutng.kundenserver.de ([212.227.126.171]:57316) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M8YEP-0005S3-1h for help-gnu-emacs@gnu.org; Mon, 25 May 2009 07:20:37 -0400 Original-Received: from [192.168.178.27] (p54BE8086.dip0.t-ipconnect.de [84.190.128.134]) by mrelayeu.kundenserver.de (node=mrelayeu5) with ESMTP (Nemesis) id 0ML25U-1M8YEH3wvC-0001Sr; Mon, 25 May 2009 13:20:31 +0200 User-Agent: Thunderbird 2.0.0.19 (X11/20081227) In-Reply-To: <87prdykthd.fsf@sina.com> X-Provags-ID: V01U2FsdGVkX1+OVcV1AUfvluSE5oPfRXUA9/zn2qyjKFpQN0N GgcX0UpyAl0jn2BQTZSlwDxSuCDwMEbQRdgbeJsNyScGMYfmzi cEAsWJbqzWXLUBOuK3kZBpeusgzEW5it0yqejBNenY= X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:64681 Archived-At: anhnmncb wrote: > Andreas Röhler (2009-05-20 16:14 +0200) wrote: > > >> anhnmncb wrote: >> >>> Andreas Röhler (2009-05-20 07:46 +0200) wrote: >>> >>> >> If the algorythm exists there, just take it and use it. >> Please ask at >> >> auctex@gnu.org >> >> It seems not that difficult to write anyway, but I'm pretty confident, >> it exists. >> > > Following is the response: > > Ralf Angeli (2009-05-24 14:05 +0200) wrote: > > >> * anhnmncb@sina.com (2009-05-24) writes: >> >> >>> vim has a feature for creating folding and use some other text instead >>> of header's for displaying, I attach a html to show it, from attachment, >>> you can see that vim can create a folding and use the infos extracted >>> from the folding body for displaying, I don't know how to do it in >>> emacs? >>> >> This looks a bit like TeX Fold mode. OK. Precisely its a matter of bibtex.el IMO. With bibtex-mode and hs-minor-mode you'll get the folding. Still not the additional info displayed. Please write to the bibtex maintainer, as s/he might be interested in that matter. >> You may want to take a look at the >> documentation of text properties and overlays as well as Outline and >> Reveal mode. >> > > Could you give me some hints please? I asked, but I don't know elisp and > the stuff is too complicated for me :( > > The features I miss is: > 1. Changetable outline header text for displaying. > 2. hmlized text file with outline feature.(org mode has this feature, > but I want a gerneral way for all outline mode.) > > > > >