Thanks.  I'll look at the debugging site.  This is the error I got
from terminal:

SyntaxError: missing ; before statement
file:///usr/share/conkeror/components/application.js ->
file:///home/paul/.conkerorrc:1
load1@file:///usr/share/conkeror/components/application.js:108
@file:///usr/share/conkeror/components/application.js:137
load_rc@chrome://conkeror/content/rc.js:60
handle_command_line@chrome://conkeror/content/command-line.js:179
@file:///usr/share/conkeror/components/command-line.js:23
Console error: [JavaScript Error: "[Exception... "Component returned
failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND)
[nsIXPCComponents_Utils.import]"  nsresult: "0x80520012
(NS_ERROR_FILE_NOT_FOUND)"  location: "JS frame ::
resource://gre/modules/XPCOMUtils.jsm :: XPCU_moduleLambda :: line
256"  data: no]" {file: "resource://gre/modules/XPCOMUtils.jsm" line:
256}]
  Category: XPConnect JavaScript
Console error: [JavaScript Warning: "function onKeyPress does not
always return a value" {file:
"chrome://global/content/bindings/autocomplete.xml" line: 439 column:
12 source: "            return false;
"}]
  Category: xbl javascript
Console error: [JavaScript Warning: "function onKeyPress does not
always return a value" {file:
"chrome://global/content/bindings/autocomplete.xml" line: 503 column:
10 source: "          return true;
"}]
  Category: xbl javascript
Console error: [JavaScript Error: "The character encoding of the HTML
document was not declared. The document will render with garbled text
in some browser configurations if the document contains characters
from outside the US-ASCII range. The character encoding of the page
must to be declared in the document or in the transfer protocol."
{file: "chrome://conkeror-help/content/help.html" line: 0}]
  Category: HTML parser
Console error: [JavaScript Error: "DownloadsCommon is not defined"
{file: "resource:///components/DownloadsStartup.js" line: 134}]
  Category: XPConnect JavaScript


On Tue, Aug 7, 2012 at 8:54 PM, John J. Foerch <[email protected]> wrote:
> If there is an error, it will be reported in the terminal.
>
> Do your testing by restarting conkeror, not with M-x reinit.  There is a
> mozilla "feature" called the startup-cache that can royally screw with
> conkeror's js loading mechanism.
>
> Other troubleshooting tips here:
>
>   http://conkeror.org/ConkerorRC#Debugging
>
> On Tue, Aug 07, 2012 at 08:36:08PM -0400, Paul Burkander wrote:
>> Thanks.  The extra quotation mark was to close the quoting of my .conkerorrc.
>>
>> Still, no matter what I write in it there's no indication whatsoever
>> that it's been implemented.  I've corrected the syntax error to no
>> avail.
>>
>> On Tue, Aug 7, 2012 at 8:31 PM, John J. Foerch <[email protected]> 
>> wrote:
>> > On Tue, Aug 07, 2012 at 08:25:54PM -0400, John J. Foerch wrote:
>> >> > Paul Burkander <[email protected]> wrote:
>> >> >
>> >> >     Also, I checked about:config, and the variable conkeror.rcfile is 
>> >> > set
>> >> >     to /home/paul/.conkerorrc, which is where my file is.
>> >> >
>> >> >     On Tue, Aug 7, 2012 at 7:29 PM, Paul Burkander <[email protected]> 
>> >> > wrote:
>> >> >         great - thanks seems to have worked.  However, it doesn't seem 
>> >> > to read
>> >> >         my .conkerorrc file.  In that file, I have just two line:
>> >> >
>> >> >         "define_webjump("gm" "http://mail.google.com/";);
>> >> >
>> >> >         homepage="www.msu.edu";"
>> >> >
>> >> >         But when I start up conkeror, it does not go to that home page, 
>> >> > and
>> >> >         the jump doesn't seem to work.
>> >> >
>> >> >         Any ideas?
>> >> >
>> >> >         Thanks
>> >>
>> >> There is a syntax error in your call to define_webjump.  You need a comma
>> >> after "gm".
>> >
>> > And there is another syntax error on the line where you set 'homepage'.
>> > Extra quotation mark.
>> >
>> > --
>> > John Foerch
_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror

Reply via email to