all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Can function return drop some elements from list? Bug or feature?
@ 2016-09-16 11:30 Sasha Shashkevich
  2016-09-16 13:23 ` Andreas Schwab
  0 siblings, 1 reply; 3+ messages in thread
From: Sasha Shashkevich @ 2016-09-16 11:30 UTC (permalink / raw)
  To: emacs-devel

Dear all,

I'm not sure if this a elisp bug or known behavior, so I'm posting my question here.

Some forewords first. I'm using irony-mode for editing my code and faced issue when code checker was unable to find some include headers. Pretty much trivial situation, so I've rechecked my environment and it was okay. After some analysis I've found place in irony-mode sources where list with compiling options (used by code checker) was cut at function return. I rewrote how function returns a list and my issue has gone.

More details with code you can find here: https://github.com/Sarcasm/irony-mode/issues/333

I'm not elisp expert, so question to experts: this is a elisp bug or normal behavior (and irony-mode bug), can be list somehow cut on return from function?

Regards,
Alexander


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-09-16 13:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-16 11:30 Can function return drop some elements from list? Bug or feature? Sasha Shashkevich
2016-09-16 13:23 ` Andreas Schwab
2016-09-16 13:34   ` Sasha Shashkevich

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.