[Orgmode] Re: Org-Remember C-1 C-c C-c

2011-02-28 Thread Andy Koppe
Matthew Sauer writes:
> > Whenever I use Remember to shoot a note to a specific location I
> > press C-1 and get the following error:
> > M-[ 1 ; 5 q is undefined

> The problem I was getting when I was pressing C-1 still exists but I believe
> is due to incorrect mapping of Mintty/Cygwin (I am running on XP on the 
> laptop)
> as it works correctly in the windows version of emacs I have installed.  (it
> also has issues with C-3 and other C-number combinations but that is a 
> function
> of Mintty I believe.

You'll see similar issues in other terminal emulators, because there are no
standard escape sequences for C-number combinations. The sequences sent by
mintty are documented here:

http://code.google.com/p/mintty/wiki/Keycodes#Number_and_symbol_keys

So I'm afraid you'll need to map those manually. You don't say whether you were
using the GUI or console version of Windows emacs, but either way there programs
do get access to all key combinations via the relevant APIs, rather than having
to deal with escape sequences.

Andy


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Org-Remember C-1 C-c C-c

2011-02-27 Thread Bernt Hansen
Hi Matthew,

If it's a keyboard mapping issue I believe C-1 is equivalent to C-u 1
Does that work better for you?

-Bernt

Matthew Sauer  writes:

> Yes, I was using remember as when I first started using orgmode I
> didn't have capture because emacs 23.2 in cygwin came with a series 6
> version of org.  Now that I have upgraded to the main development
> version I realized I can switch to capture, which I have and I LOVE
> much better, it has solved many of the problems I was having.
>
> The problem I was getting when I was pressing C-1 still exists but I
> believe is due to incorrect mapping of Mintty/Cygwin (I am running on
> XP on the laptop) as it works correctly in the windows version of
> emacs I have installed.  (it also has issues with C-3 and other
> C-number combinations but that is a function of Mintty I believe.
>
> Matthew
>
> On Sun, Feb 27, 2011 at 5:41 PM, Bernt Hansen 
> wrote:
>
> Matthew Sauer  writes:
>
> > Whenever I use Remember to shoot a note to a specific location
> I
> > press C-1 and get the following error:
> > M-[ 1 ; 5 q is undefined
> >
> > I changed my .emacs to make the default refiling and C-1 C-c
> C-c is
> > now the template location specified.  At times I would still
> like to
> > use the C-1 C-c C-c behavior.  I thought about setting a 1
> press
> > function key binding but I haven't been able to determine what
> > function is called (either direction depending on the setup I
> have in
> > my .emacs) and I haven't been able to figure out what is
> causing the
> > error when i press C-1  (it happens whenever I press the key
> combo).
> >
> > I am using cygwin in mintty, with emacs and orgmode 7.4 (I pull
> off
> > the git every few days, don't remember which exact commit I
> have). 
> > GNU Emacs 23.2.1 (i686-pc-cygwin, GTK+ Version 2.20.1) of
> 2010-10-01
> >  
> >
> >
> > This happened even before I upgraded from the version of
> orgmode that
> > comes with emacs 23.2.1   I am just not sure which direction to
> go to
> > find the problem and I know how to work around it by calling
> the
> > correct function and/or binding it to a key.   Any input is
> most
> > appreciated as the more college classes I take the more class
> files I
> > have to file into.
>
> Hi Matthew,
>
> Please provide details of your remember/capture template (are you
> really
> using remember mode instead of capture mode?), the keys sequence
> you are
> using, and what you expect to happen.
>
> Regards,
> Bernt

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Org-Remember C-1 C-c C-c

2011-02-27 Thread Matthew Sauer
Yes, I was using remember as when I first started using orgmode I didn't
have capture because emacs 23.2 in cygwin came with a series 6 version of
org.  Now that I have upgraded to the main development version I realized I
can switch to capture, which I have and I LOVE much better, it has solved
many of the problems I was having.

The problem I was getting when I was pressing C-1 still exists but I believe
is due to incorrect mapping of Mintty/Cygwin (I am running on XP on the
laptop) as it works correctly in the windows version of emacs I have
installed.  (it also has issues with C-3 and other C-number combinations but
that is a function of Mintty I believe.

Matthew

On Sun, Feb 27, 2011 at 5:41 PM, Bernt Hansen  wrote:

> Matthew Sauer  writes:
>
> > Whenever I use Remember to shoot a note to a specific location I
> > press C-1 and get the following error:
> > M-[ 1 ; 5 q is undefined
> >
> > I changed my .emacs to make the default refiling and C-1 C-c C-c is
> > now the template location specified.  At times I would still like to
> > use the C-1 C-c C-c behavior.  I thought about setting a 1 press
> > function key binding but I haven't been able to determine what
> > function is called (either direction depending on the setup I have in
> > my .emacs) and I haven't been able to figure out what is causing the
> > error when i press C-1  (it happens whenever I press the key combo).
> >
> > I am using cygwin in mintty, with emacs and orgmode 7.4 (I pull off
> > the git every few days, don't remember which exact commit I have).
> > GNU Emacs 23.2.1 (i686-pc-cygwin, GTK+ Version 2.20.1) of 2010-10-01
> >
> >
> >
> > This happened even before I upgraded from the version of orgmode that
> > comes with emacs 23.2.1   I am just not sure which direction to go to
> > find the problem and I know how to work around it by calling the
> > correct function and/or binding it to a key.   Any input is most
> > appreciated as the more college classes I take the more class files I
> > have to file into.
>
> Hi Matthew,
>
> Please provide details of your remember/capture template (are you really
> using remember mode instead of capture mode?), the keys sequence you are
> using, and what you expect to happen.
>
> Regards,
> Bernt
>
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Org-Remember C-1 C-c C-c

2011-02-27 Thread Bernt Hansen
Matthew Sauer  writes:

> Whenever I use Remember to shoot a note to a specific location I
> press C-1 and get the following error:
> M-[ 1 ; 5 q is undefined
>
> I changed my .emacs to make the default refiling and C-1 C-c C-c is
> now the template location specified.  At times I would still like to
> use the C-1 C-c C-c behavior.  I thought about setting a 1 press
> function key binding but I haven't been able to determine what
> function is called (either direction depending on the setup I have in
> my .emacs) and I haven't been able to figure out what is causing the
> error when i press C-1  (it happens whenever I press the key combo).
>
> I am using cygwin in mintty, with emacs and orgmode 7.4 (I pull off
> the git every few days, don't remember which exact commit I have). 
> GNU Emacs 23.2.1 (i686-pc-cygwin, GTK+ Version 2.20.1) of 2010-10-01
>  
>
>
> This happened even before I upgraded from the version of orgmode that
> comes with emacs 23.2.1   I am just not sure which direction to go to
> find the problem and I know how to work around it by calling the
> correct function and/or binding it to a key.   Any input is most
> appreciated as the more college classes I take the more class files I
> have to file into.

Hi Matthew,

Please provide details of your remember/capture template (are you really
using remember mode instead of capture mode?), the keys sequence you are
using, and what you expect to happen.

Regards,
Bernt

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode