From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Bastien Newsgroups: gmane.emacs.devel Subject: line-start? Date: Thu, 06 Feb 2020 11:24:54 +0100 Organization: GNU Message-ID: <87ftfof1xl.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="13515"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Feb 06 11:25:36 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1izeLk-0003Ju-TG for ged-emacs-devel@m.gmane-mx.org; Thu, 06 Feb 2020 11:25:32 +0100 Original-Received: from localhost ([::1]:35068 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1izeLj-0006gz-To for ged-emacs-devel@m.gmane-mx.org; Thu, 06 Feb 2020 05:25:31 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58858) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1izeLC-0006Cd-Ap for emacs-devel@gnu.org; Thu, 06 Feb 2020 05:24:59 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:45844) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1izeLC-0007BO-6Z for emacs-devel@gnu.org; Thu, 06 Feb 2020 05:24:58 -0500 Original-Received: from [37.171.137.55] (port=57583 helo=guerry) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1izeLB-0004ZG-Pc for emacs-devel@gnu.org; Thu, 06 Feb 2020 05:24:58 -0500 Original-Received: by guerry (Postfix, from userid 1000) id 6F9B91A63240; Thu, 6 Feb 2020 11:24:54 +0100 (CET) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:244879 Archived-At: Hi, I am trying to get the position of the first visible character on the current line, when the window is scrolled horizontally. Something similar to (window-start) but for the current line. What would be the idiomatic way to get this information? Thanks, -- Bastien