From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.help Subject: Re: Forcing emacs to refresh the display Date: Fri, 8 Aug 2008 11:09:30 +0200 Message-ID: References: <20080807170239.GA18840@zombie.org.uk> <20080808090445.GA20883@zombie.org.uk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1218186764 30370 80.91.229.12 (8 Aug 2008 09:12:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Aug 2008 09:12:44 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "brian greenfield" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 08 11:13:35 2008 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 1KRO2D-0002XW-UI for geh-help-gnu-emacs@m.gmane.org; Fri, 08 Aug 2008 11:13:22 +0200 Original-Received: from localhost ([127.0.0.1]:37967 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KRO1H-000363-Gi for geh-help-gnu-emacs@m.gmane.org; Fri, 08 Aug 2008 05:12:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KRNyc-0002Kg-MT for help-gnu-emacs@gnu.org; Fri, 08 Aug 2008 05:09:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KRNyZ-0002JN-2R for help-gnu-emacs@gnu.org; Fri, 08 Aug 2008 05:09:36 -0400 Original-Received: from [199.232.76.173] (port=35992 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KRNyW-0002Iz-4R for help-gnu-emacs@gnu.org; Fri, 08 Aug 2008 05:09:33 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.184]:37928) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KRNyW-0004JJ-HP for help-gnu-emacs@gnu.org; Fri, 08 Aug 2008 05:09:32 -0400 Original-Received: by nf-out-0910.google.com with SMTP id c7so314456nfi.26 for ; Fri, 08 Aug 2008 02:09:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=1wIofDKZM30lAEfVzsk/9fA6Cl9XZobBNaXo0+ZWO9c=; b=dtajDVLAo6qaMZ0T9xkY6w8P55NhhT58mgyw9HaYKqro/nb1+AG/CcEouKwGHZ7TIJ 5nzJXcE+7ew+6d4HyESWGhTbXU4DKhe6VZZx0UY2Wt9gHruJFxClRrFpCaoUgf1XmfAq KR13TiSMx8wTd/hIrQMWMIYqrbM/2K+yVu14U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Wgi1/5U2rrqx16Zt5iYGUV+RyEKwenOfxGDcgS1OAkYxjZkbsr+5YNSlE4LUBt5Y0q Fq7E+TrzePP9LkktBUU86NWo0VT6LGkfbL/dwfMfhy88SsUNWC91ZeJoqJkDQ5+f1nvF rh/1PYLIixLo+W6dhHOF9GY9Cqzjk9wgl5lSo= Original-Received: by 10.210.125.13 with SMTP id x13mr4785900ebc.158.1218186570623; Fri, 08 Aug 2008 02:09:30 -0700 (PDT) Original-Received: by 10.210.71.14 with HTTP; Fri, 8 Aug 2008 02:09:30 -0700 (PDT) In-Reply-To: <20080808090445.GA20883@zombie.org.uk> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:56294 Archived-At: On Fri, Aug 8, 2008 at 11:04, brian greenfield wrote: > After M-x mydb RET, the cursor is in the minibuffer and the main > window doesn't have line numbers. C-x o makes the main window active > and the line numbers appear, another C-x o moves the cursor back to > the minibuffer ready to answer the prompt. That's not what I see. emacs -Q C-y ; to paste your function C-x C-e ; to define mydb M-x mydb ; the minibuffer shows "pres enter " and the *scratch* buffer shows line numbers. What version of Emacs are you using? Juanma