From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: anhnmncb Newsgroups: gmane.emacs.help Subject: Re: Lacking some features Date: Wed, 20 May 2009 18:24:58 +0800 Message-ID: <8763fwax6t.fsf@sina.com> References: <87ws8dquzo.fsf@sina.com> <4A139945.8030609@easy-emacs.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: ger.gmane.org 1242815446 22768 80.91.229.12 (20 May 2009 10:30:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 20 May 2009 10:30:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 20 12:30:39 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 1M6j4H-0004Nn-0i for geh-help-gnu-emacs@m.gmane.org; Wed, 20 May 2009 12:30:38 +0200 Original-Received: from localhost ([127.0.0.1]:50100 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M6j4G-0005XO-9s for geh-help-gnu-emacs@m.gmane.org; Wed, 20 May 2009 06:30:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M6j3r-0005Uk-11 for help-gnu-emacs@gnu.org; Wed, 20 May 2009 06:30:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M6j3m-0005QF-6j for help-gnu-emacs@gnu.org; Wed, 20 May 2009 06:30:10 -0400 Original-Received: from [199.232.76.173] (port=49685 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M6j3l-0005Pz-Vg for help-gnu-emacs@gnu.org; Wed, 20 May 2009 06:30:06 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:56962 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 1M6j3k-0001ZJ-TD for help-gnu-emacs@gnu.org; Wed, 20 May 2009 06:30:05 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1M6j3i-0005gT-Q5 for help-gnu-emacs@gnu.org; Wed, 20 May 2009 10:30:02 +0000 Original-Received: from 58.240.248.121 ([58.240.248.121]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 May 2009 10:30:02 +0000 Original-Received: from anhnmncb by 58.240.248.121 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 May 2009 10:30:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 90 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 58.240.248.121 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.93 (windows-nt) Cancel-Lock: sha1:bqbcXsD6oGzLk6KWOMdfvzHdmoo= X-Antivirus: avast! (VPS 090519-0, 05/19/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:64585 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Andreas Röhler (2009-05-20 07:46 +0200) wrote: > No, I got it. Looks nice. > > Maybe it exists already in reftex, bibtex mode? > > auctex@gnu.org might be the right place to ask I think I need a general feature, not just for tex or bib mode. I will try to attach it again to see if all of you can get it. --=-=-= Content-Type: text/html Content-Disposition: attachment; filename=foldexample.htm ~/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 = {},
|| }
--=-=-=--