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: Emacsclient buffers Date: Fri, 9 Feb 2007 17:49:32 +0100 Message-ID: References: <1171038095.049533.257300@j27g2000cwj.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1171039810 30211 80.91.229.12 (9 Feb 2007 16:50:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 9 Feb 2007 16:50:10 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: weber Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 09 17:49:54 2007 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 1HFYwa-0000zL-3m for geh-help-gnu-emacs@m.gmane.org; Fri, 09 Feb 2007 17:49:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HFYwZ-0003iw-GI for geh-help-gnu-emacs@m.gmane.org; Fri, 09 Feb 2007 11:49:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HFYwL-0003io-Dh for help-gnu-emacs@gnu.org; Fri, 09 Feb 2007 11:49:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HFYwK-0003iF-0N for help-gnu-emacs@gnu.org; Fri, 09 Feb 2007 11:49:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HFYwJ-0003i6-Lt for help-gnu-emacs@gnu.org; Fri, 09 Feb 2007 11:49:35 -0500 Original-Received: from wr-out-0506.google.com ([64.233.184.235]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HFYwJ-00021p-5c for help-gnu-emacs@gnu.org; Fri, 09 Feb 2007 11:49:35 -0500 Original-Received: by wr-out-0506.google.com with SMTP id 71so1022366wri for ; Fri, 09 Feb 2007 08:49:33 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TB5jAUVe5aGRB1nUgQsafDQzacdMu9s8NWRza75MKQpM6Xm6LEpRGfuqid1plC3YOp48ECysDCGm16zKo3HvbymZYLH6wMd0K/V3qaKV6+FgL4hvMQ55bnR7iN4IWv/NA4ruzf7uAd8GHfzWFxbiB4J7zA3xTrcxcTw1pRw2c08= Original-Received: by 10.114.175.16 with SMTP id x16mr6099067wae.1171039772988; Fri, 09 Feb 2007 08:49:32 -0800 (PST) Original-Received: by 10.114.234.16 with HTTP; Fri, 9 Feb 2007 08:49:32 -0800 (PST) In-Reply-To: <1171038095.049533.257300@j27g2000cwj.googlegroups.com> Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:41026 Archived-At: On 9 Feb 2007 08:21:35 -0800, weber wrote: > My question is: is there some variable that I can check to see if a > buffer is regular or opened by emacsclient? If emacsclient is waiting for a buffer to be edited, the buffer will have a non-nil local variable `server-buffer-clients'. /L/e/k/t/u