From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Haroogan Newsgroups: gmane.emacs.help Subject: Number of Windows in Current Frame Date: Thu, 13 Jun 2013 19:20:47 +0200 Message-ID: <51B9FF6F.8010803@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1371144555 1424 80.91.229.3 (13 Jun 2013 17:29:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Jun 2013 17:29:15 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 13 19:29:15 2013 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 1UnBKl-0002zV-4L for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Jun 2013 19:29:15 +0200 Original-Received: from localhost ([::1]:47542 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnBKk-0003VZ-O6 for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Jun 2013 13:29:14 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41313) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnBCi-0001QT-Fn for help-gnu-emacs@gnu.org; Thu, 13 Jun 2013 13:20:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UnBCg-0004Wh-0x for help-gnu-emacs@gnu.org; Thu, 13 Jun 2013 13:20:56 -0400 Original-Received: from mail-ee0-x231.google.com ([2a00:1450:4013:c00::231]:55333) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnBCf-0004WV-NZ for help-gnu-emacs@gnu.org; Thu, 13 Jun 2013 13:20:53 -0400 Original-Received: by mail-ee0-f49.google.com with SMTP id b57so5251294eek.22 for ; Thu, 13 Jun 2013 10:20:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type; bh=rwm8GhbR71FAIqyByWlitv/Cnwkwcjp1u6UdAcsw/dw=; b=es9/nJ2lcbghCEWVhEa1GELhodHRg/FwwTUrNHAOTukNM02GB1QN4tTUZz4R/+swhZ EWb8CCg4QdF/UH6LEWXXy0QNGnTKcF/HkZwUVFqoKo8ZT08oVD0PUv5UqavT6a3vYAYn WArOVuh4V+3QIoDy76ADHp6o6Gx2bEfvUsH0cX+2JY1GP6/wgMjg8GNQ0YRwPro3cX17 ciyVbqpw3cBSSsfxVKYxDlDdNMyAyrRmliMvHtE2g7sLHrUSQzPB6fg4SQz5IMn9f/sh wbLwAHZajJdXxEpgakd2CiSHQ1N7sZ//b1hg+xKLJr2HDe3k42qzbeA/npqDR9u46lMV +rDg== X-Received: by 10.14.38.198 with SMTP id a46mr2372946eeb.42.1371144052492; Thu, 13 Jun 2013 10:20:52 -0700 (PDT) Original-Received: from [127.0.0.1] (46.128.146.78.dynamic.cablesurf.de. [46.128.146.78]) by mx.google.com with ESMTPSA id y44sm45106359eel.10.2013.06.13.10.20.51 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 13 Jun 2013 10:20:51 -0700 (PDT) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::231 X-Mailman-Approved-At: Thu, 13 Jun 2013 13:29:04 -0400 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:91523 Archived-At: Hello, How do I determine the number of windows in the current frame? I'm aware of current-window-configuration, however I couldn't find how to retrieve any information from it. In particular how do I get the number of windows from it? Or is there another way to do it? Thanks.