From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Van L Newsgroups: gmane.emacs.devel Subject: Re: 26.1-rc1: global-set-key suggestions Date: Mon, 30 Apr 2018 08:07:13 -0400 Message-ID: <5gZfBxa_Y_AgNw2zFFemd0qDJZ9QApVyzf10Av43RwWO5E02VOJ3mpgCNxZFTIhtq5XV3buntfgHgvrwW6KsclwYrvsTwJi8XYbOqmqr1Ts=@scratchspace.com.au> References: <834ljuu3yo.fsf@gnu.org> <87604a70dm.fsf@gnu.org> Reply-To: Van L NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1525089965 25425 195.159.176.226 (30 Apr 2018 12:06:05 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 30 Apr 2018 12:06:05 +0000 (UTC) Cc: "emacs-devel\\@gnu.org" To: Bastien Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 30 14:06:01 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fD7ZA-0006TF-QB for ged-emacs-devel@m.gmane.org; Mon, 30 Apr 2018 14:06:01 +0200 Original-Received: from localhost ([::1]:59448 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fD7bG-0005Lu-IY for ged-emacs-devel@m.gmane.org; Mon, 30 Apr 2018 08:08:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fD7ai-0005Lp-Q0 for emacs-devel@gnu.org; Mon, 30 Apr 2018 08:07:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fD7ah-0001If-TF for emacs-devel@gnu.org; Mon, 30 Apr 2018 08:07:36 -0400 Original-Received: from mail1.protonmail.ch ([185.70.40.18]:43622) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fD7ac-0001EU-O8; Mon, 30 Apr 2018 08:07:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=scratchspace.com.au; s=protonmail; t=1525090035; bh=/UwmRClN5/aU581yqQZHPZeIfC+bNSVQ8Mc/soVfrho=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References: Feedback-ID:From; b=QaAmEZnb867CrGYHOx97b4eWS+KUmNmw/kxruvSSxP1lCV8ZvjoABzCO5lngA47rm NQleiHwS71DeYzI4PHDrPPOuYuaZm0pmb3djFwKbrZpfoNng3CmsXl101mSYq/zlCc vDaduO3bLrisUQahVWqsR4YrXOtdF72MUkeuXLx0= In-Reply-To: <87604a70dm.fsf@gnu.org> Feedback-ID: CZzD_FB3wty_FyuJcLjvdwM27wBazNtT4ncACjM2IIhF0RODvRhWTfVmRC__RsdKPob4nJOCfPmzZRKgdFxGdQ==:Ext:ProtonMail X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] [fuzzy] X-Received-From: 185.70.40.18 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:224979 Archived-At: Hello. On April 29, 2018 8:49 PM, Bastien wrote: > (global-set-key (kbd "C-=3D") 'text-scale-adjust) Thanks. I like that. I'll use that on my personal "s-=3D" mapping. Is there an equally quick way to set permanently the zoomed fontsize? to st= ore in Default's height :- - M-x customize + Faces + Basic Faces + Default + Height Beyond Emacs 26, having Default's Foreground/Background set colors accordin= g to time of day or level of ambient lighting is nice to have. For example,= a totally black background reverse video effect is preferable when almost = all the lights are off. A behavior that appropriately sets an inversely rel= ated foreground color given a slide in background color ranging from gray10= 0 to gray0 would do. > 2 cents, Thanks are also owing to siraben who is behind the push to modernise bignum= in calc.el. The three liner at the start of this thread came from siraben. Thanks sirab= en.