* Re: master 7e3c2b5: Allow NS to handle non-text clipboard contents
[not found] ` <20211124104225.EF9AC207EF@vcs0.savannah.gnu.org>
@ 2021-11-25 11:41 ` Michael Albinus
2021-11-25 21:07 ` Alan Third
0 siblings, 1 reply; 7+ messages in thread
From: Michael Albinus @ 2021-11-25 11:41 UTC (permalink / raw)
To: emacs-devel; +Cc: Alan Third
alan@idiocy.org (Alan Third) writes:
> branch: master
> commit 7e3c2b553fede9feeeb755dfeba875fece0c2f63
> Author: Alan Third <alan@idiocy.org>
> Commit: Alan Third <alan@idiocy.org>
>
> Allow NS to handle non-text clipboard contents
>
> * src/nsselect.m (ns_get_foreign_selection): Handle non-plain text
> clipboard entries.
> (ns_string_from_pasteboard): Remove EOL conversion.
> (syms_of_nsselect): Define QTARGETS.
> ---
> src/nsselect.m | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++++++---
> 1 file changed, 77 insertions(+), 3 deletions(-)
This breaks on emba, see <https://emba.gnu.org/emacs/emacs/-/jobs/33883/raw>.
Best regards, Michael.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: master 7e3c2b5: Allow NS to handle non-text clipboard contents
2021-11-25 11:41 ` master 7e3c2b5: Allow NS to handle non-text clipboard contents Michael Albinus
@ 2021-11-25 21:07 ` Alan Third
2021-11-26 8:54 ` Michael Albinus
2021-11-27 4:10 ` Richard Stallman
0 siblings, 2 replies; 7+ messages in thread
From: Alan Third @ 2021-11-25 21:07 UTC (permalink / raw)
To: Michael Albinus; +Cc: emacs-devel
On Thu, Nov 25, 2021 at 12:41:16PM +0100, Michael Albinus wrote:
> alan@idiocy.org (Alan Third) writes:
>
> > branch: master
> > commit 7e3c2b553fede9feeeb755dfeba875fece0c2f63
> > Author: Alan Third <alan@idiocy.org>
> > Commit: Alan Third <alan@idiocy.org>
> >
> > Allow NS to handle non-text clipboard contents
> >
> > * src/nsselect.m (ns_get_foreign_selection): Handle non-plain text
> > clipboard entries.
> > (ns_string_from_pasteboard): Remove EOL conversion.
> > (syms_of_nsselect): Define QTARGETS.
> > ---
> > src/nsselect.m | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++++++---
> > 1 file changed, 77 insertions(+), 3 deletions(-)
>
> This breaks on emba, see <https://emba.gnu.org/emacs/emacs/-/jobs/33883/raw>.
*sigh* I'm looking forward to the day when we can use Objective C
features from this millennium in GCC.
I've pushed a change that I hope fixes this.
--
Alan Third
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: master 7e3c2b5: Allow NS to handle non-text clipboard contents
2021-11-25 21:07 ` Alan Third
@ 2021-11-26 8:54 ` Michael Albinus
2021-11-27 4:10 ` Richard Stallman
1 sibling, 0 replies; 7+ messages in thread
From: Michael Albinus @ 2021-11-26 8:54 UTC (permalink / raw)
To: Alan Third; +Cc: emacs-devel
Alan Third <alan@idiocy.org> writes:
Hi Alan,
>> This breaks on emba, see <https://emba.gnu.org/emacs/emacs/-/jobs/33883/raw>.
>
> *sigh* I'm looking forward to the day when we can use Objective C
> features from this millennium in GCC.
>
> I've pushed a change that I hope fixes this.
Yes, it does. Thanks!
Best regards, Michael.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: master 7e3c2b5: Allow NS to handle non-text clipboard contents
2021-11-25 21:07 ` Alan Third
2021-11-26 8:54 ` Michael Albinus
@ 2021-11-27 4:10 ` Richard Stallman
2021-11-27 4:39 ` Po Lu
2021-11-28 20:55 ` Alan Third
1 sibling, 2 replies; 7+ messages in thread
From: Richard Stallman @ 2021-11-27 4:10 UTC (permalink / raw)
To: Alan Third; +Cc: alan, michael.albinus, 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. ]]]
> *sigh* I'm looking forward to the day when we can use Objective C
> features from this millennium in GCC.
I am looking for someone who would like to implement them.
Can you help find someone?
--
Dr Richard Stallman (https://stallman.org)
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: master 7e3c2b5: Allow NS to handle non-text clipboard contents
2021-11-27 4:10 ` Richard Stallman
@ 2021-11-27 4:39 ` Po Lu
2021-11-28 20:55 ` Alan Third
1 sibling, 0 replies; 7+ messages in thread
From: Po Lu @ 2021-11-27 4:39 UTC (permalink / raw)
To: Richard Stallman; +Cc: Alan Third, michael.albinus, emacs-devel
Richard Stallman <rms@gnu.org> writes:
> > *sigh* I'm looking forward to the day when we can use Objective C
> > features from this millennium in GCC.
> I am looking for someone who would like to implement them. Can you
> help find someone?
I will ask a few individuals knowledgable about Objective-C and GCC at
my organization.
Sadly, I can't help, as it's been at least a decade since I last did
something serious related to developing GCC.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: master 7e3c2b5: Allow NS to handle non-text clipboard contents
2021-11-27 4:10 ` Richard Stallman
2021-11-27 4:39 ` Po Lu
@ 2021-11-28 20:55 ` Alan Third
2021-11-30 4:07 ` Richard Stallman
1 sibling, 1 reply; 7+ messages in thread
From: Alan Third @ 2021-11-28 20:55 UTC (permalink / raw)
To: Richard Stallman; +Cc: emacs-devel
On Fri, Nov 26, 2021 at 11:10:30PM -0500, Richard Stallman wrote:
> [[[ 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. ]]]
>
> > *sigh* I'm looking forward to the day when we can use Objective C
> > features from this millennium in GCC.
>
> I am looking for someone who would like to implement them.
> Can you help find someone?
Unfortunately I don't know anyone who uses Objective C. I've only ever
used it on Emacs. These problems arise because examples of usage
usually assume clang and I don't know the language well enough to spot
when it's a problem.
--
Alan Third
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: master 7e3c2b5: Allow NS to handle non-text clipboard contents
2021-11-28 20:55 ` Alan Third
@ 2021-11-30 4:07 ` Richard Stallman
0 siblings, 0 replies; 7+ messages in thread
From: Richard Stallman @ 2021-11-30 4:07 UTC (permalink / raw)
To: Alan Third; +Cc: alan, 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. ]]]
> Unfortunately I don't know anyone who uses Objective C. I've only ever
> used it on Emacs.
Oh well, it was worth a try.
--
Dr Richard Stallman (https://stallman.org)
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2021-11-30 4:07 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20211124104224.5126.85421@vcs0.savannah.gnu.org>
[not found] ` <20211124104225.EF9AC207EF@vcs0.savannah.gnu.org>
2021-11-25 11:41 ` master 7e3c2b5: Allow NS to handle non-text clipboard contents Michael Albinus
2021-11-25 21:07 ` Alan Third
2021-11-26 8:54 ` Michael Albinus
2021-11-27 4:10 ` Richard Stallman
2021-11-27 4:39 ` Po Lu
2021-11-28 20:55 ` Alan Third
2021-11-30 4:07 ` Richard Stallman
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).