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: A lot of warnings. Why? Date: Mon, 25 Dec 2023 05:25:06 +0200 Message-ID: <838r5jarqm.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26600"; 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 Dec 25 04:25:59 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 1rHbbL-0006k8-1E for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 25 Dec 2023 04:25:59 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rHbae-0002iO-2d; Sun, 24 Dec 2023 22:25:16 -0500 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 1rHbac-0002hl-8U for help-gnu-emacs@gnu.org; Sun, 24 Dec 2023 22:25:14 -0500 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 1rHbab-0003cn-WD for help-gnu-emacs@gnu.org; Sun, 24 Dec 2023 22:25:14 -0500 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=mJZffsBlHDCLaZwLaFdVjjvNR0kqPc2JyQmLHAgfThE=; b=p/TGTIteCC6h DsaU1yZPg06eHH21AVJlHDK+BCJTw+L3biqCX5tDp/yPC/mssV0lP5ZludlcRQNUpJeY8N2NHquXJ jiSZBMouGVKVH3UWywity2SV9aJ9G7k9uonAZjUiyPBTlaXRsuJ86hA6hMk5UWHBYnYmClD3SkWap UxOoy6om4yvFYC0RddQiscmirFujL5TRutax9l3Hw7655ef+udIQP7vgQc8b2dixN56lXE6EIp/AM jmF5Q1lHO0n+utyTttK/HTpA0yjeiXhYMCe0oSp4iB7eUsHWDqdo3TtL1fPFfB6nBc44tQWtk7ADf SbG2bWl6TAReShNw75ru7Q==; In-Reply-To: (message from Maske on Sun, 24 Dec 2023 21:56:06 +0100) 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:145676 Archived-At: > Date: Sun, 24 Dec 2023 21:56:06 +0100 > From: Maske > > Hi > > I am receiving a lot of warnings like this: > > " Warning (comp): init.el:2351:11: Warning: the function > `allout-show-all' is not known to be defined." > > > For a lot of functions and variables in my init file, I am receiving > that kind of warnings. Whats happening? > > For variables: > > " Warning (comp): init.el:1978:7: Warning: assignment to free variable > `ispell-program-name'" > > A lot of these too: > > "Warning (comp): init.el:1920:2: Warning: docstring wider than 80 > characters" It sounds like your init.el file should load some packages first, before referencing the variables and functions in those packages.