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: Prevent message from being truncated Date: Mon, 14 Feb 2022 20:23:21 +0200 Message-ID: <835yphpasm.fsf@gnu.org> References: <20220214101630.229a8dab@gauss> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40068"; 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 Feb 14 19:23:56 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 1nJg0y-000AHA-HL for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 14 Feb 2022 19:23:56 +0100 Original-Received: from localhost ([::1]:43698 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nJg0x-0003nt-Ft for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 14 Feb 2022 13:23:55 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:38202) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nJg0R-0003nf-0P for help-gnu-emacs@gnu.org; Mon, 14 Feb 2022 13:23:23 -0500 Original-Received: from [2001:470:142:3::e] (port=38370 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nJg0Q-00019b-Ne for help-gnu-emacs@gnu.org; Mon, 14 Feb 2022 13:23:22 -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=lRSulf8glSjqVGsMxSBH708AvDSeY9zyueyCPoakqjo=; b=IiqRpCS4hdwD xmzGIMwfGKs+OCHRHTZmzNECopbjv/jGlMhzLZuV86QxpDP0vMJk0R+WUgbehX3fSrxHX7u6WgqjP 1wGhNbXokfUgnxbq5NG61fSHnAXXhn7nMkenVw3xkhaMRwpc4l4p8C3nIwx7WQeYloeD3B/24x30F lnv+pivP42Bi+QlrbSj7yjOpS184LSlR+EtjTKA37/qxV63O7K+X2yvsIggI05eSt0CDwGfMCEtrR 3l9jVFpTS1JY5K67upSFyPnFI3FAwPFjcNtYd/eRM2hB16zxESBBi7Rod/UYTVa4gMVD82RXmuNp4 /qyBmDSIzTzpfeQ53GAu7A==; Original-Received: from [87.69.77.57] (port=3382 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 1nJg0Q-0000D0-7A for help-gnu-emacs@gnu.org; Mon, 14 Feb 2022 13:23:22 -0500 In-Reply-To: <20220214101630.229a8dab@gauss> (message from Joe Riel on Mon, 14 Feb 2022 10:16:30 -0800) 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:135948 Archived-At: > Date: Mon, 14 Feb 2022 10:16:30 -0800 > From: Joe Riel > > How can I prevent emacs from truncating the strings it displays in the mode line? What do you want it to do instead? The mode line must be a single line. > Am fairly sure it didn't use to do this. Actually, it always did. (Assuming you do mean mode line, not the echo area...)