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.help Subject: Re: Box cursor at EoL Date: Sat, 08 Oct 2022 13:13:38 +0300 Message-ID: <83bkqmlj1p.fsf@gnu.org> References: <25405.40924.299467.425535@tux.local> <25407.58176.221509.11918@tux.local> <83pmf3opll.fsf@gnu.org> <25408.15924.69822.546181@tux.local> <83k05bmypp.fsf@gnu.org> <25409.15569.845188.675783@tux.local> <83edvillw7.fsf@gnu.org> <25409.17643.579815.406872@tux.local> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13483"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sat Oct 08 12:14:01 2022 Return-path: Envelope-to: geh-help-gnu-emacs@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 1oh6qH-0003M1-1n for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 08 Oct 2022 12:14:01 +0200 Original-Received: from localhost ([::1]:49066 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oh6qF-0004qf-Tv for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 08 Oct 2022 06:13:59 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39928) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oh6pu-0004qW-Ou for help-gnu-emacs@gnu.org; Sat, 08 Oct 2022 06:13:38 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:51644) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oh6pu-0005lG-GH for help-gnu-emacs@gnu.org; Sat, 08 Oct 2022 06:13:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=pBX6KuapGUt6KXI23dUWFd6aKtasYIjQSFLH6hfLr7U=; b=m7lANQj9ieVJ By9dvB87urQw45pr8fdnB0LcgKpsU77lToJ2lDhBzir/jwEO3MTH/5fpdkV29XPZgGcY9T3rq9zJ7 PyFaJpU+KHX1YfrYZ2HQU3gho3FvJhe98rkn1EAQE+7dG0rXyofeZdyKF0CzTXVW9hpD3tY9Q7dHv 9XcM4cQEeHOmtkR5VduMLkH14JUH8wrgbLbcIjujBsa6w3YNtfFNQyvWXSserMtzvQmRrDHtfLFQF 5luXqCz9Gajq6Rgmaiqmf0JPUID6MPNd2lvDfJ9IsQ0ltLQn2zJMaiYsbxq/bRyT9d7JzrUsXHc5q v6UJ14LIXbTV+t97OlMdrA==; Original-Received: from [87.69.77.57] (port=2274 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 1oh6pu-0002gG-01 for help-gnu-emacs@gnu.org; Sat, 08 Oct 2022 06:13:38 -0400 In-Reply-To: <25409.17643.579815.406872@tux.local> (message from Dr Rainer Woitok on Sat, 8 Oct 2022 11:37:47 +0200) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:139763 Archived-At: > From: Dr Rainer Woitok > Date: Sat, 8 Oct 2022 11:37:47 +0200 > Cc: help-gnu-emacs@gnu.org > > > Yes, you must explicitly access the values of window parameters via > > the function window-parameter. They aren't handled as frame > > parameters are. > > Does that mean that even though there is a way to maintain a frame spe- > cific cursor appearance there is no way to maintain a window specific > one? :-( ??? I don't understand: the code which manipulates the cursor appearance is your own code, so why is it a problem for it to access a window parameter via a dedicated function call? What am I missing?