* Re: master 0ff60ec: Fix some byte-compiler warnings in EDE
[not found] ` <E1ZWRC4-0005yX-Mn@vcs.savannah.gnu.org>
@ 2015-08-31 15:49 ` Glenn Morris
2015-09-04 17:27 ` Stephen Leake
2015-08-31 17:57 ` [Emacs-diffs] " Stefan Monnier
1 sibling, 1 reply; 4+ messages in thread
From: Glenn Morris @ 2015-08-31 15:49 UTC (permalink / raw)
To: emacs-devel; +Cc: Stephen Leake
Hi,
Stephen Leake wrote:
> -NOTE: If you use dirmatch, you may need to set :root-only to nil.
> +NOTE: If you use dirmatch, you may need to set :root-only to `nil'.
> While it may be a root based project, all subdirs will happen to return
> -true for the dirmatch, so for scanning purposes, set it to nil.")
> +true for the dirmatch, so for scanning purposes, set it to `nil'.")
The Emacs doc-string convention is to write nil and t without quotes.
http://www.gnu.org/software/emacs/manual/html_node/elisp/Documentation-Tips.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: master 0ff60ec: Fix some byte-compiler warnings in EDE
2015-08-31 15:49 ` master 0ff60ec: Fix some byte-compiler warnings in EDE Glenn Morris
@ 2015-09-04 17:27 ` Stephen Leake
2015-09-06 2:57 ` Richard Stallman
0 siblings, 1 reply; 4+ messages in thread
From: Stephen Leake @ 2015-09-04 17:27 UTC (permalink / raw)
To: emacs-devel
Glenn Morris <rgm@gnu.org> writes:
> Hi,
>
> Stephen Leake wrote:
>
>> -NOTE: If you use dirmatch, you may need to set :root-only to nil.
>> +NOTE: If you use dirmatch, you may need to set :root-only to `nil'.
>> While it may be a root based project, all subdirs will happen to return
>> -true for the dirmatch, so for scanning purposes, set it to nil.")
>> +true for the dirmatch, so for scanning purposes, set it to `nil'.")
>
> The Emacs doc-string convention is to write nil and t without quotes.
>
> http://www.gnu.org/software/emacs/manual/html_node/elisp/Documentation-Tips.html
Ok.
It's hard to remember an exception that is not followed in the manual
that describes the exception!
--
-- Stephe
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: master 0ff60ec: Fix some byte-compiler warnings in EDE
2015-09-04 17:27 ` Stephen Leake
@ 2015-09-06 2:57 ` Richard Stallman
0 siblings, 0 replies; 4+ messages in thread
From: Richard Stallman @ 2015-09-06 2:57 UTC (permalink / raw)
To: Stephen Leake; +Cc: emacs-devel
[[[ To any NSA and FBI agents reading my email: please consider ]]]
[[[ whether defending the US Constitution against all enemies, ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]
> It's hard to remember an exception that is not followed in the manual
> that describes the exception!
Would you please explain?
--
Dr Richard Stallman
President, Free Software Foundation (gnu.org, fsf.org)
Internet Hall-of-Famer (internethalloffame.org)
Skype: No way! See stallman.org/skype.html.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Emacs-diffs] master 0ff60ec: Fix some byte-compiler warnings in EDE
[not found] ` <E1ZWRC4-0005yX-Mn@vcs.savannah.gnu.org>
2015-08-31 15:49 ` master 0ff60ec: Fix some byte-compiler warnings in EDE Glenn Morris
@ 2015-08-31 17:57 ` Stefan Monnier
1 sibling, 0 replies; 4+ messages in thread
From: Stefan Monnier @ 2015-08-31 17:57 UTC (permalink / raw)
To: emacs-devel; +Cc: Stephen Leake
> * lisp/cedet/ede/auto.el (ede-project-class-files): Delete obsolete name
> argument to eieio class constructor.
Beware: this means the code won't work on Emacs<25.
The more backward-compatible way to handle this is to switch to `make-instance'.
Stefan
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-09-06 2:57 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20150831154024.22934.79184@vcs.savannah.gnu.org>
[not found] ` <E1ZWRC4-0005yX-Mn@vcs.savannah.gnu.org>
2015-08-31 15:49 ` master 0ff60ec: Fix some byte-compiler warnings in EDE Glenn Morris
2015-09-04 17:27 ` Stephen Leake
2015-09-06 2:57 ` Richard Stallman
2015-08-31 17:57 ` [Emacs-diffs] " Stefan Monnier
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).