unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Noam Postavsky <npostavs@users.sourceforge.net>
To: Christoph Groth <christoph@grothesque.org>
Cc: 26761@debbugs.gnu.org
Subject: bug#26761: 25.1; Emacs freezes when scrolling with mouse wheel
Date: Thu, 4 May 2017 07:48:04 -0400	[thread overview]
Message-ID: <CAM-tV-_-Qd-ZaKkRWEsFGGACM5EqcRMBHQDUXpjUrT7YL5nNng@mail.gmail.com> (raw)
In-Reply-To: <87tw51uhj6.fsf@grothesque.org>

On Thu, May 4, 2017 at 4:56 AM, Christoph Groth
<christoph@grothesque.org> wrote:
>
> When I start the newly compiled Emacs, it complains about the use of "some"
> in my init.el:
> Symbol's function definition is void: some

You need to (require 'cl) to use some (possibly in earlier Emacs some
other thing you load happens to (require 'cl) so it seems to work
without that).
Better would be to (require 'cl-lib) and use cl-some.

>
> (defun my-nnimap-configure (name
>                            &optional lists
>                            &optional extra-split-methods-before
>                            &optional extra-split-methods-after
>                            &optional extra-vars)

There should be only one &optional in a lambda list, Emacs 26 got more
strict about this. The correct definition would be

    (defun my-nnimap-configure (name
                                &optional lists
                                extra-split-methods-before
                                extra-split-methods-after
                                extra-vars)





  reply	other threads:[~2017-05-04 11:48 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-03 12:02 bug#26761: 25.1; Emacs freezes when scrolling with mouse wheel Christoph Groth
2017-05-03 15:52 ` Eli Zaretskii
2017-05-03 16:33   ` Christoph Groth
2017-05-03 17:13     ` Eli Zaretskii
2017-05-04  8:56       ` Christoph Groth
2017-05-04 11:48         ` Noam Postavsky [this message]
2017-05-04 22:28 ` bug#26761: [Christoph Groth] " npostavs
2017-05-04 22:36   ` npostavs
2017-05-05  6:04   ` bug#26761: [Christoph Groth] " Eli Zaretskii
2017-05-06 17:43     ` Christoph Groth
2017-05-06 17:59       ` npostavs
2017-05-06 19:00       ` bug#26761: [Christoph Groth] " Eli Zaretskii
2017-05-06 22:53         ` Christoph Groth
2017-05-07 17:05           ` Eli Zaretskii
2017-05-05  6:25   ` Glenn Morris

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=CAM-tV-_-Qd-ZaKkRWEsFGGACM5EqcRMBHQDUXpjUrT7YL5nNng@mail.gmail.com \
    --to=npostavs@users.sourceforge.net \
    --cc=26761@debbugs.gnu.org \
    --cc=christoph@grothesque.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).