all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Raoul Comninos <revcomninos@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 40796@debbugs.gnu.org
Subject: bug#40796: 28.0.50; Cannot adjust font size in Emacs 28
Date: Thu, 23 Apr 2020 22:08:41 +0200	[thread overview]
Message-ID: <CAHcEtGKO8V+ZvxBhEXB_rVJXGPJgtVNafe5B9LZLb1FyRxzo=Q@mail.gmail.com> (raw)
In-Reply-To: <83y2qmas6o.fsf@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 1356 bytes --]

It's not my settings.org file because I created a blank one and it yielded
the exact same results. My init file is so small that I don't think it
makes any difference:

(package-initialize)

;; Bootstrap `use-package'
(unless (package-installed-p 'use-package)
  (package-refresh-contents)
  (package-install 'use-package))

(setq package-archives
 '(("melpa" . "https://melpa.org/packages/")
("gnu" . "https://elpa.gnu.org/packages/")
                ("org" . "https://orgmode.org/elpa/")))
;; ("ox-odt" . "https://kjambunathan.github.io/elpa/")))

(require 'org)
(org-babel-tangle-file "~/.emacs.d/settings.org"
                       "~/.emacs.d/settings.el")
(load "~/.emacs.d/settings.el")

On Thu, Apr 23, 2020 at 10:00 PM Eli Zaretskii <eliz@gnu.org> wrote:

> [Once again, please don't reply privately to me alone, please CC the
> bug address as well.  We want this discussion to be recorded by the
> Emacs bug tracker.]
>
> > From: Raoul Comninos <revcomninos@gmail.com>
> > Date: Thu, 23 Apr 2020 21:55:15 +0200
> >
> > Yes, it works with a fresh .emacs. My setup has an init.el and an org
> file called settings.org. I have pretty
> > much isolated everything but cannot get it to work with an init.el file.
>
> So what is in your init.el file, and what do you have in settings.org?
> Can you bisect these to find which part there interferes?
>

[-- Attachment #2: Type: text/html, Size: 2541 bytes --]

  reply	other threads:[~2020-04-23 20:08 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-23 14:30 bug#40796: 28.0.50; Cannot adjust font size in Emacs 28 Raoul Comninos
2020-04-23 15:12 ` Eli Zaretskii
     [not found]   ` <CAHcEtG+YK8yP-smXQuu24MWQxhen26Mqf1rwY=mcQRQfzhnz6g@mail.gmail.com>
2020-04-23 19:09     ` Eli Zaretskii
     [not found]       ` <CAHcEtGJEJAr==rBDhXob2NojaGcvHPcjChViY0iabNE=fMgO3A@mail.gmail.com>
2020-04-23 20:00         ` Eli Zaretskii
2020-04-23 20:08           ` Raoul Comninos [this message]
2020-04-24  6:39             ` Eli Zaretskii
2020-04-24 10:20               ` Raoul Comninos
2020-04-24 10:38                 ` Eli Zaretskii
2020-04-24 10:49                   ` Raoul Comninos
2020-05-02  9:31                     ` Eli Zaretskii
2020-05-02 10:16                       ` Raoul Comninos
2020-05-02 10:57                         ` Eli Zaretskii
2020-05-02 14:18                           ` Raoul Comninos
2020-05-02 14:24                             ` Eli Zaretskii
2020-05-02 14:48                               ` Raoul Comninos
2020-05-02 15:35                                 ` Eli Zaretskii
2020-05-02 15:37                                   ` Raoul Comninos
2020-05-02 16:00                                     ` Eli Zaretskii
2020-08-13 11:03                                       ` Raoul Comninos
2020-08-26 12:40                                         ` Stefan Kangas
2020-05-02 16:46                             ` Michael Welsh Duggan
2020-04-24 10:35               ` Raoul Comninos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAHcEtGKO8V+ZvxBhEXB_rVJXGPJgtVNafe5B9LZLb1FyRxzo=Q@mail.gmail.com' \
    --to=revcomninos@gmail.com \
    --cc=40796@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.