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: customize option/variable Date: Mon, 28 Aug 2023 21:29:03 +0300 Message-ID: <834jkjhvgw.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39511"; 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 Mon Aug 28 20:30:15 2023 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 1qah0A-000A2z-Mx for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 28 Aug 2023 20:30:14 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qagzT-0007CR-0o; Mon, 28 Aug 2023 14:29:31 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qagzR-0007C8-5w for help-gnu-emacs@gnu.org; Mon, 28 Aug 2023 14:29:29 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qagzQ-0005BE-U2 for help-gnu-emacs@gnu.org; Mon, 28 Aug 2023 14:29:28 -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=Huwk6Wrl/qV3du55GbRddXq8UwfwK6jhdeNMjyVhCOE=; b=M1F6BQ4/7Jxr pEWf1euP6VRb6olH2GWMlXnQL8VGFouB/4bhTtJY5kmROylnChBvdOjARyoxQxAKrYf1n70u9kqWW 5yPELKTavOKn4PSHqHtOnvUIht735hs+yfExaJJnma38kSfk2GJYEfHFQu6g2owDGqtVwPB6L3r1Z abbkz/O/mbBIQrGj2RGprVDXVy0Vg0TsaZ01FSxEXsVJR96zz2FXjF+lg0PSc4B/0+BQPF/K6oErL 5TlYWNUjoLfox3ptqoDTjr17uY5CXE8J9zhDmCSJ0rvj763prYoEjQ3i2BdNbsOl5KeQq2MHjud1m dqLjzec+jDBMEVM04Hhbag==; In-Reply-To: (aalinovi@riseup.net) 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-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:144993 Archived-At: > From: aalinovi@riseup.net > Date: Mon, 28 Aug 2023 14:01:50 -0400 > > I am running emacs-29.1 on OpenBSD. > > Anytime I type M-x customize-option, as soon as I start typing it changes from > customize-option to customize-variable. > > Not knowing lisp, I would appreciate some assistance in correcting this. There's no need to correct anything: an option in Emacs is also a variable. IOW, these two are synonyms.