Tassilo Horn <[EMAIL PROTECTED]> writes:
> "Guillaume R." <[EMAIL PROTECTED]> writes: > > Hi Guillaume, Hello > > > I really don't know that it could be combined with C-u. I've just > > tried it and it works fine. > > You should always have a look at the function's documentation. If it > mentions a "prefix" argument, that can be given with C-u <arg>. Yes I see that it needs a prefix. I look at the manual here: http://www.gnus.org/manual/gnus_260.html#SEC260 and I dont see the C-u keycode :'( > > > But I tried to put it in my .gnus to automatize that at the startup > > and it does not work. Do you know what I must write in my .gnus so > > that I got the result of your command at the startup automagically? > > Try this one. > > (add-hook 'gnus-summary-prepare-hook > (lambda () > (gnus-summary-limit-to-age 30 t))) I will try it right now. I don't think I need a hook to achieve this. Thanks a lot > Hope this helps, of course it helps :) Guillaume _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
