From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: anhnmncb Newsgroups: gmane.emacs.help Subject: Lacking some features Date: Tue, 19 May 2009 17:53:31 +0800 Message-ID: <87ws8dquzo.fsf@sina.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: ger.gmane.org 1242726885 338 80.91.229.12 (19 May 2009 09:54:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 May 2009 09:54:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 19 11:54:38 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 1M6M1t-0004Ow-Kv for geh-help-gnu-emacs@m.gmane.org; Tue, 19 May 2009 11:54:37 +0200 Original-Received: from localhost ([127.0.0.1]:34096 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M6M1s-0004CW-OR for geh-help-gnu-emacs@m.gmane.org; Tue, 19 May 2009 05:54:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M6M1I-00049z-Jy for help-gnu-emacs@gnu.org; Tue, 19 May 2009 05:54:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M6M1D-00041c-2L for help-gnu-emacs@gnu.org; Tue, 19 May 2009 05:53:59 -0400 Original-Received: from [199.232.76.173] (port=34866 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M6M1C-00041J-TH for help-gnu-emacs@gnu.org; Tue, 19 May 2009 05:53:54 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:45581 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M6M1C-0006SE-81 for help-gnu-emacs@gnu.org; Tue, 19 May 2009 05:53:54 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1M6M18-0008VJ-O7 for help-gnu-emacs@gnu.org; Tue, 19 May 2009 09:53:50 +0000 Original-Received: from 221.6.39.130 ([221.6.39.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 May 2009 09:53:50 +0000 Original-Received: from anhnmncb by 221.6.39.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 May 2009 09:53:50 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 91 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 221.6.39.130 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.93 (windows-nt) Cancel-Lock: sha1:k7iMGEaityBKMLzqyzHKanao1DY= X-Antivirus: avast! (VPS 090518-0, 05/18/2009), Outbound message X-Antivirus-Status: Clean X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:64565 Archived-At: --=-=-= I'm a vim user, but I'm also an emacser too :) I will try to express myself as clearly as I can. 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? Another feature I miss is to generate html version of the plain text, htmlize.el can do it, but see my attachment again, vim's 2htmlize even can reserve the folding feature of the text, I don't know how to do it in emacs too. --=-=-= Content-Type: text/html Content-Disposition: inline; filename=foldexample.htm Content-Description: vim folding example ~/test.bib.html
+  -  title. author. journal, 2009,10(1) :22-23.
@ARTICLE{hah,
|      author = {author},
|      title = {title},
|      journal = {journal},
|      year = {2009},
|      volume = {10},
|      number = {1},
|      pages = {22-23},
|      month = {},
|      note = {},
|      type = "J",
|+ |-     doi = {},
    doi = {},
|| }
--=-=-=--