From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Location of mouse click Date: Wed, 13 Apr 2022 18:58:14 +0300 Message-ID: <838rs93rhl.fsf@gnu.org> References: <83bkx53yba.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16142"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Yasushi SHOJI Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Apr 13 17:59:18 2022 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 1nefOm-000448-LU for ged-emacs-devel@m.gmane-mx.org; Wed, 13 Apr 2022 17:59:16 +0200 Original-Received: from localhost ([::1]:38044 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nefOl-0002rg-QP for ged-emacs-devel@m.gmane-mx.org; Wed, 13 Apr 2022 11:59:15 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48896) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nefNh-0001UP-Ok for emacs-devel@gnu.org; Wed, 13 Apr 2022 11:58:09 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:36574) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nefNh-00055V-Fm; Wed, 13 Apr 2022 11:58:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=f97iIhqz7oAATQw3CXvAVlz0kjI6ksdy/nGEFJhcevw=; b=UQai+A9NHpXr0w4Aymr1 qNcAMV9mbGBXrtEAqZ7UhP7aoueTft2hdnK2S6TPlIOx/tE6p59/6KyPb1sypuJyWEqsmGEkheJmB qJ+jW155E0n/TEE99H3LsJN3pk+uHFZcl3qXoEPzNHzQ3WIcckvYKEXuvk4DtSXEEZY0ZDFLnN98P QelhmqUIngRhmFi4R6uUMDmGa0BpJ492a0DhtKZYSiMVFrRDnpq4mi+vY9C3xEaEzovjYEQKBaiAJ dAyaxDgmgZySmCH5JJwp1dX2OjMoNqeiaiu2Et+SZL9DZRKoibsoCEneF9qLY68mQgOgHwvjnY8T8 wvUsaXtfRUCTDw==; Original-Received: from [87.69.77.57] (port=3240 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nefNg-0001AM-3x; Wed, 13 Apr 2022 11:58:08 -0400 In-Reply-To: (message from Yasushi SHOJI on Wed, 13 Apr 2022 23:51:18 +0900) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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:288367 Archived-At: > From: Yasushi SHOJI > Date: Wed, 13 Apr 2022 23:51:18 +0900 > Cc: emacs-devel@gnu.org > > On Wed, Apr 13, 2022 at 10:30 PM Eli Zaretskii wrote: > > Please post a file that can be visited to reproduce the problem, and > > Attaching a.txt > > > please accompany that file with instruction for reproducing starting > > from "emacs -Q". > > 0. emacs -Q > 1. open a.txt > 2. (toggle-truncate-lines) > 3. goto the end of the last line > 4. make the frame narrow so that "あ"s are not shown > 5. click on the last word "dog" > > But, this assumes that Japanese and ASCII chars have different heights. > > > If it is important to click the mouse at specific > > You can click anywhere on the last line. Thanks, I see the problem and will look into it.