From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: schury.michael@googlemail.com Newsgroups: gmane.emacs.help Subject: emacs reftex hangs up while Scanning bibliography database Date: Mon, 21 Sep 2015 04:51:36 -0700 (PDT) Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1442840949 10209 80.91.229.3 (21 Sep 2015 13:09:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Sep 2015 13:09:09 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 21 15:09:09 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ze0qA-00049c-NN for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Sep 2015 15:09:06 +0200 Original-Received: from localhost ([::1]:58289 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ze0qA-0008Dp-5H for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Sep 2015 09:09:06 -0400 X-Received: by 10.182.199.33 with SMTP id jh1mr16717790obc.45.1442836297764; Mon, 21 Sep 2015 04:51:37 -0700 (PDT) X-Received: by 10.50.66.144 with SMTP id f16mr98878igt.14.1442836297704; Mon, 21 Sep 2015 04:51:37 -0700 (PDT) Original-Path: usenet.stanford.edu!kq10no6969822igb.0!news-out.google.com!f6ni11494igi.0!nntp.google.com!kq10no6041131igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=217.10.52.10; posting-account=u97euQoAAABrnGXXnh0dGXAN3kiEB-J3 Original-NNTP-Posting-Host: 217.10.52.10 User-Agent: G2/1.0 Injection-Date: Mon, 21 Sep 2015 11:51:37 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:214982 X-Mailman-Approved-At: Mon, 21 Sep 2015 09:08:47 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:107266 Archived-At: I've a strange reftex-issue. When i insert a cite from a bib-file, emacs hangs up. I've tried this on two different machines: Windows 7 and on Mac OS X. (GNU Emacs 24.5.1) Insert a cite is done: 1. Open emacs, the bibliography file is loaded with: (setq reftex-default-bibliography '("/Users/user/CloudStation/repositories_d/pandoc-templates/examples/socbib-pandoc.bib")) ( the bib file exists and is accessible) 2. Open a .tex file and press C-c [ ^M and enter b*. Now emacs shows the message: Scanning bibliography database socbib-pandoc.bib I've tried this with different bib files (so the bib file itself should be OK).