Re: [O] face-at-point

2013-06-15 Thread Michael Sperber
Uwe Brauer writes: > The issue is that org-7 shipped its own outline version for org mode > called noutline, I don't know why it disappear, so I simply copied > noutline into the org-8 directory added a > (require 'noutline) > to org.el That's because XEmacs's outline.el is now what used to b

Re: [O] face-at-point

2013-06-14 Thread Nick Dokos
Uwe Brauer writes: >>> "Nick" == Nick Dokos writes: > >> Uwe Brauer writes: > >> Eric Fraga has been prolific in providing solutions to these problems >> today. In addition to the client side solution ("Use v instead of t") >> which solves the problem on the recipient's side, he

Re: [O] face-at-point

2013-06-14 Thread Uwe Brauer
>> "Nick" == Nick Dokos writes: > Uwe Brauer writes: > Eric Fraga has been prolific in providing solutions to these problems > today. In addition to the client side solution ("Use v instead of t") > which solves the problem on the recipient's side, he provided another > solution

Re: [O] face-at-point

2013-06-14 Thread Eric S Fraga
Nick Dokos writes: > Eric Fraga has been prolific in providing solutions to these problems > today. Can you tell I didn't feel like doing any more work at some point in the day (after an 8 hour meeting...)? ;-) > Thanks, Eric! You're very welcome! Now off to have a glass of wine and to read

Re: [O] face-at-point

2013-06-14 Thread Nick Dokos
Uwe Brauer writes: >>> "Nick" == Nick Dokos writes: > >> Uwe Brauer writes: >>> > The error is[fn:1]: >>> >>> I am sorry, this is also the fault of >>> gnus-dired-attach >>> >>> Which by default uses this type of attachment, I have to look into it, >>> how to

Re: [O] face-at-point

2013-06-14 Thread Uwe Brauer
>> "Nick" == Nick Dokos writes: > Uwe Brauer writes: >> > The error is[fn:1]: >> >> I am sorry, this is also the fault of >> gnus-dired-attach >> >> Which by default uses this type of attachment, I have to look into it, >> how to change it on demand. >> >>

Re: [O] face-at-point

2013-06-14 Thread Nick Dokos
Nick Dokos writes: > Uwe Brauer writes: > > >>> The error is[fn:1]: >> >> I am sorry, this is also the fault of >> gnus-dired-attach >> >> Which by default uses this type of attachment, I have to look into it, >> how to change it on demand. >> >> > > gnus-dired-attach uses mm-default-file-e

Re: [O] face-at-point

2013-06-14 Thread Nick Dokos
Uwe Brauer writes: >> The error is[fn:1]: > > I am sorry, this is also the fault of > gnus-dired-attach > > Which by default uses this type of attachment, I have to look into it, > how to change it on demand. > > gnus-dired-attach uses mm-default-file-encoding to figure things out. That in

[O] face-at-point (was: serious problems with org-8 under Xemacs-21.5.32)

2013-06-14 Thread Uwe Brauer
>> "Nick" == Nick Dokos writes: > Uwe Brauer writes: >> Hello >> > You need to set up auto-mode-alist in your init file: > (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) Ok, I did this >> - I turned on org-mode and received and error I attach. >> > The